Linux 查看系统配置参数

Posted 勤奋的Coder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 查看系统配置参数相关的知识,希望对你有一定的参考价值。

原文链接:http://www.cnblogs.com/aric2016/p/10971690.html
         <!--一个博主专栏付费入口结束-->
        <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-4a3473df85.css">
                                    <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-4a3473df85.css">
            <div class="htmledit_views" id="content_views">
                                        <div  class="blogpost-body cnblogs-markdown"><p>查看 cpu信息:</p>
cat /proc/cpuinfo

查看内存信息:

grep MemTotal /proc/meminfo

查看操作系统信息:

uname -a

查看centos版本信息:

cat /etc/issue

查看磁盘使用情况:

df -h

查看其它磁盘外设信息:

fdisk -l

查看所有可用块设备的信息:

lsblk

查看所有硬件信息:

  1. dmidecode |more
  2. 或:dmesg |more

查看网卡信息:

 ethtool eth0

转载于:https://www.cnblogs.com/aric2016/p/10971690.html

以上是关于Linux 查看系统配置参数的主要内容,如果未能解决你的问题,请参考以下文章

linux下如何查看文件夹大小?硬盘使用情况?内存使用情况?

如何查看linux网口配置

linux系统中参数-和--有啥区别?

Android 逆向Linux 文件权限 ( Linux 权限简介 | 系统权限 | 用户权限 | 匿名用户权限 | 读 | 写 | 执行 | 更改组 | 更改用户 | 粘滞 )(代码片段

基于操作系统的Linux网络参数的配置

CentOS怎样查看系统信息