Home> System Tutorial> LINUX> body text

Master teaches you 60 commonly used Linux commands

Barbara Streisand
Release: 2024-06-03 09:53:11
Original
453 people have browsed it

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
Copy after login

●Others (19)

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

●System performance monitoring advanced commands (12)

uptime top free vmstat mpstat iostat sar chkconfig
Copy after login
Copy after login

Memory:

top free vmstat mpstat iostat sar
Copy after login

CPU:

top vmstat mpstat iostat sar
Copy after login

I/O:

vmstat mpstat iostat sar
Copy after login

process:

ipcs ipcrm lsof strace lstrace
Copy after login

load:

uptime mount umount df du fsck dd dumpe2fs dump
Copy after login

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

shutdown halt init
Copy after login

●System management related commands (8)

uptime top free vmstat mpstat iostat sar chkconfig
Copy after login
Copy after login

●System security related commands (10)

chmod chown chgrp chage passwd su sudo umask chattr
Copy after login

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!

source:linuxprobe.com
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!