Linux系统配置信息简介
Linux系统配置信息是指存储在计算机硬件和软件中的关于系统性能、设备状态、网络设置等相关信息,通过查看这些配置信息,我们可以了解系统的硬件资源使用情况、软件运行环境以及网络连接状况等,从而为优化系统性能和解决故障提供依据。
查看系统基本信息
1、查看发行版信息
在终端中输入以下命令,可以查看Linux系统的发行版信息:
cat /etc/os-release
2、查看内核版本
内核版本信息包含了操作系统的核心功能和特性,可以通过以下命令查看:
uname -r
3、查看系统架构
系统架构信息决定了操作系统支持的硬件平台类型,可以通过以下命令查看:
uname -m
4、查看处理器信息
处理器信息包括了处理器型号、核心数、线程数等,可以通过以下命令查看:
cat /proc/cpuinfo | grep "model name" | uniq
5、查看内存信息
内存信息包括了总内存、可用内存、已用内存等,可以通过以下命令查看:
free -h
6、查看硬盘信息
硬盘信息包括了磁盘总容量、已用容量、剩余容量等,可以通过以下命令查看:
df -h
查看系统服务信息
1、查看已安装的服务列表
通过以下命令可以查看系统中已安装的服务列表:
systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-unit-files --type=service --state=enabled | grep enabled.target || systemctl list-units --type=service | grep '[0-9]+' | xargs cat > /tmp/services_list && cat /tmp/services_list | sort -u > /tmp/sorted_services_list && cat /tmp/sorted_services_list
2、查看服务状态
通过以下命令可以查看指定服务的状态:
systemctl status [服务名称] ```
systemctl status sshd
3、重启服务(可选)如果需要重启某个服务,可以使用以下命令:
systemctl restart [服务名称]
```
systemctl restart sshd ```4. 开机自启动设置(可选)如果需要设置某个服务开机自启,可以使用以下命令:
原创文章,作者:K-seo,如若转载,请注明出处:https://www.kdun.cn/ask/273140.html