Commands Flashcards
1
Q
CD
A
Change directory
2
Q
pwd
A
Print working directory
3
Q
~
A
Used as alternative to user home directory path
4
Q
How do you return to directory of user “sshd” from anywhere in directory structure?
A
cd ~sshd
5
Q
How do you move to the root directory?
A
cd /
6
Q
How do you move one directory up to a parent directory?
A
cd ..
7
Q
tty
A
display terminal name you are currently running commands in
8
Q
uptime
A
Display system current time;
how long it has been up;
num of users logged in;
avg num processes over last 1, 5 and 15 min
9
Q
whoami
A
Display username executing command
10
Q
id
A
Display user ID username group ID secondary groups user is a member SELinux security context
11
Q
uname
A
Display info about system and kernel
12
Q
Hostname
A
Display system hostname