Linux 01 Flashcards
1
Q
show date
A
date
2
Q
show calendar
A
cal
3
Q
free disk space
A
df
4
Q
free memory
A
free
5
Q
exit linux
A
exit
6
Q
current working directory
A
pwd
7
Q
change directory
A
cd
8
Q
list contents of directory
A
ls
9
Q
change directory to home directory
A
cd
10
Q
change directory to previous
A
cd -
11
Q
change directory to specific user name
A
cd [user]
12
Q
determine file type
A
type
13
Q
view file contents
A
less (used to me “more”)
14
Q
list files long output
A
ls -l
15
Q
list sort by modification time
A
ls -lt