Linux Commands Flashcards
1
Q
cp
A
copy a file
2
Q
mv
A
move a file
3
Q
rm
A
remove a file or directory
4
Q
chmod
A
change mode(accessibility) of a file system object
5
Q
chown
A
change file owner and group
6
Q
apt-get
A
Install, update, or remove
7
Q
yum
A
Install, delete, update
8
Q
ip
A
manage the network interfaces
9
Q
df
A
disk free, view file systems and free space
10
Q
grep
A
find text in a file
11
Q
ps
A
view the current processes
12
Q
top
A
view CPU, RAM, and resource utilizations
13
Q
dig
A
lookup info from DNS servers
14
Q
nano
A
text editor