|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
系统安全相关命令:passwd、su、umask、chgrp、chmod、chown、chattr、sudo、pswho
1.检察内核版本命令:
1)[root@q1test01~]#cat/proc/version
Linuxversion2.6.9-22.ELsmp(bhcompile@crowe.devel.redhat.com)(gccversion3.4.420050721(RedHat
3.4.4-2))#1SMPMonSep1918:00:54EDT2005
2)[root@q1test01~]#uname-a
Linuxq1test012.6.9-22.ELsmp#1SMPMonSep1918:00:54EDT2005x86_64x86_64x86_64GNU/Linux
3)[root@q1test01~]#uname-r
2.6.9-22.ELsmp
2.检察linux版本:
1)登录到服务器实行lsb_release-a,便可列出一切版本信息,比方:
[root@3.5.5Biz-46~]#[root@q1test01~]#lsb_release-a
LSBVersion::core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.0-
ia32:graphics-3.0-noarch
DistributorID:RedHatEnterpriseAS
Description:RedHatEnterpriseLinuxASrelease4(NahantUpdate2)
Release:4
Codename:NahantUpdate2
注:这个命令合用于一切的linux,包含Redhat、SuSE、Debian等刊行版。
2)登录到linux实行cat/etc/issue,比方以下:
[root@q1test01~]#cat/etc/issue
RedHatEnterpriseLinuxASrelease4(NahantUpdate2)
Kernelonanm
3)登录到linux实行cat/etc/redhat-release,比方以下:
[root@q1test01~]#cat/etc/redhat-release
RedHatEnterpriseLinuxASrelease4(NahantUpdate2)
注:这类体例下能够间接看到详细的版本号,好比AS4Update1
4)登录到linux实行rpm-qredhat-release,比方以下:
[root@q1test01~]#rpm-qredhat-release
redhat-release-4AS-3
注:这类体例下可看到一个所谓的release号,好比上边的例子是3
这个release号和实践的版本之间存在必定的对应干系,以下:
redhat-release-3AS-1->RedhatEnterpriseLinuxAS3
redhat-release-3AS-7.4->RedhatEnterpriseLinuxAS3Update4
redhat-release-4AS-2->RedhatEnterpriseLinuxAS4
redhat-release-4AS-2.4->RedhatEnterpriseLinuxAS4Update1
redhat-release-4AS-3->RedhatEnterpriseLinuxAS4Update2
redhat-release-4AS-4.1->RedhatEnterpriseLinuxAS4Update3
redhat-release-4AS-5.5->RedhatEnterpriseLinuxAS4Update4
另:第3)、4)两种办法只对RedhatLinux无效
</p>
Linux的常用命令find,察看man文档,初学者一定会觉得太复杂而不原意用,但是你一旦学会就爱不释手。 |
|