System Information Command Flashcards
1
Q
Uptime
A
System run time
2
Q
Free
A
Memmory usage information
3
Q
Ps
A
Display linux progress now
4
Q
Ps -A
A
Show all running program
5
Q
Df
A
File system disk space usage
6
Q
Df -h
A
Sho disk space as readable format
7
Q
Fdisk
A
Manipulate disk partition table
8
Q
Sudo fdisk -l
A
Ask pass and show partion information
9
Q
lsblk
A
List of block device
10
Q
Top
A
Display linux progresses
11
Q
Sudo apt install htop
A
Install htop
12
Q
Htop
A
Better file system show process