Comptia linux commands Flashcards
1
Q
Used to give details about linux commands
A
man
2
Q
List directory contents
A
ls
3
Q
Find text in a file
A
grep
4
Q
Print working directory
A
pwd
5
Q
Move a file
A
mv
6
Q
Copy a file
A
cp
7
Q
Remove a file
A
rm
8
Q
Change file permissions. Read, write, and execute
A
chmod
9
Q
Changes file owner and group
A
chown
10
Q
Executes any commands as administrator
A
sudo
11
Q
Install, delete, or update
A
yum
12
Q
Disk free space
A
df
13
Q
Displays running processes
A
ps
14
Q
Find DNS information
A
dig
15
Q
Reads data from a file and displays content as a output
A
cat