priority mid term 2 Flashcards
1
Q
remove an empty directory
A
rmdir
2
Q
create an empty directory
A
mkdir
3
Q
create an empty file or update the last access time for a file
A
touch
4
Q
a simple text editor
A
nano
5
Q
change the owner of a file
A
chown
6
Q
change permissions on a file or directory
A
chmod
7
Q
shows which user you are logged in as
A
whoami
8
Q
shows all logged in users
A
who
9
Q
shows your current directory
A
pwd
10
Q
shows the users uid and group ids
A
id