902_LINUX Flashcards
1
Q
is
A
lists directory contents
2
Q
cd
A
change directory
3
Q
mv
A
moves file
4
Q
cp
A
copies files and directory
5
Q
rm
A
remove files or directories
6
Q
dd
A
converts and copies a file
7
Q
chmod
A
modifies the read/write permissions on a file/forlder
8
Q
chown
A
changes file owner and group
9
Q
ps
A
display info about a process
10
Q
apt-get
A
used to handle packet
11
Q
sudo
A
allows user to execute a command as another user
12
Q
vi
A
open the text editor shell
13
Q
passwd
A
used to update a user’s password
14
Q
pwd
A
displays full path/filename of the working directory
15
Q
grep
A
searching for matching info in specified fiels and displays that info