Linux Flashcards
1
Q
command for copy files
A
cp
2
Q
command for remove files
A
rm
3
Q
command to list the groups you are in
A
groups
4
Q
command to change file permissions
A
chmod
4
Q
command to change file permissions
A
chmod
5
Q
which wildcard represents all files?
A
*
6
Q
Which letter represents execute permission?
A
x
7
Q
Which letter represents read permission?
A
r
8
Q
Which letter represents write permission?
A
w
9
Q
Which letter represents the main user (owner of program/file)?
A
u
10
Q
Which letter represents all the other users (world)?
A
o
11
Q
Which letter represents a specific group of people?
A
g
12
Q
Which command is used to change to another directory?
A
cd
13
Q
Which command is used to move files and directories?
A
mv
14
Q
Which command is used to rename files and directories?
A
mv