What is the linux configuration command?

藏色散人
Release: 2021-12-14 10:48:28
Original
60158 people have browsed it

Linux view configuration commands include: 1. lscpu command, used to view the number of CPUs; 2. "cat /proc/cpuinfo" command, used to view the number of CPU processes and cores; 3. "free - m" command, used to view the total amount of memory and so on.

What is the linux configuration command?

The operating environment of this article: linux5.9.8 system, Dell G3 computer.

Linux View System Configuration Command

1. Check the number of CPUs:

[root@ifusion ~]# lscpu
Copy after login

2. Check the number of CPU processes and cores:

[root@ifusion ~]# cat /proc/cpuinfo
Copy after login

##3. Check the total memory:

[root@ifusion ~]# free -m
Copy after login

4. Check the disk mounting status:

[root@ifusion ~]# lsblk
Copy after login

5. Check Disk partition status:

[root@ifusion ~]# fdisk -l
Copy after login

6. Check the total disk size:

[root@ifusion ~]# df -h
Copy after login

7. Check the Linux version:

[root@ifusion ~]# cat /etc/redhat-release
Copy after login

##8. Check the system kernel version:

[root@ifusion ~]# uname -r[root@ifusion ~]# uname -a
Copy after login

Recommended study: "

linux video tutorial

"

The above is the detailed content of What is the linux configuration command?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template