Common Linux commands (updated from time to time)

Record the Linux commands commonly used in your work

Query class

top View progress in real time

free -h view memory

df -h View the attached storage

fdisk -l View all storage, including unmounted storage

Editing class

passwd changes the password to enter the system

Guess you like

Origin blog.csdn.net/qq_33562122/article/details/132595525