Home  >  Article  >  System Tutorial  >  Master teaches you 60 commonly used Linux commands

Master teaches you 60 commonly used Linux commands

WBOY
WBOYOriginal
2024-06-03 09:53:11477browse

Master teaches you 60 commonly used Linux commands

Without further ado, let’s get straight to it.

●Commands related to viewing hardware information (8)

ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci

●Others (19)

echo printf rpm yum watch alias unalias date clear history eject time nohup nc xargs exec export unset type

●System performance monitoring advanced commands (12)

uptime top free vmstat mpstat iostat sar chkconfig

Memory:

top free vmstat mpstat iostat sar

CPU:

top vmstat mpstat iostat sar

I/O:

vmstat mpstat iostat sar

process:

ipcs ipcrm lsof strace lstrace

load:

uptime mount umount df du fsck dd dumpe2fs dump

●Commands to shut down and view system information (3)

shutdown halt init

●System management related commands (8)

uptime top free vmstat mpstat iostat sar chkconfig

●System security related commands (10)

chmod chown chgrp chage passwd su sudo umask chattr

It’s still the same sentence. It’s useless to memorize orders. You need to practice more and practice more~

The above is the detailed content of Master teaches you 60 commonly used Linux commands. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn