Linux Flashcards
command for copy files
cp
command for remove files
rm
command to list the groups you are in
groups
command to change file permissions
chmod
command to change file permissions
chmod
which wildcard represents all files?
*
Which letter represents execute permission?
x
Which letter represents read permission?
r
Which letter represents write permission?
w
Which letter represents the main user (owner of program/file)?
u
Which letter represents all the other users (world)?
o
Which letter represents a specific group of people?
g
Which command is used to change to another directory?
cd
Which command is used to move files and directories?
mv
Which command is used to rename files and directories?
mv
Which command is used to print your current working directory?
pwd
Which command is used to list the contents of a directory?
ls
Which command is used to make a new directory?
mkdir
Which command is used to display the contents of a file?
more