1.
安装之前检查
1.1.
获取系统位数
[root@localhost ~]# getconf LONG_BIT
64
1.2.
查询操作系统
release
信息
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)
1.3.
查询系统信息
[root@localhost ~]# cat /etc/issue
Red Hat Enterprise Linux Server release 6.8 (Santiago)
Kernel \r on an \m
1.4.
查询系统名称
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-642.el6.x86_64 #1 SMP Wed Apr 13 00:51:26
EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
1.5.
修改主机名
!"
#$%&"'(
('(
相关文档
评论