码迷,mamicode.com
首页 > 系统相关 > 详细

查看linux系统信息个人总结

时间:2015-01-25 19:44:39      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:个人总结   version   against   linux   release   

首先可用:
lsb_release
{
    lsb_release --help
Options:
  -v, --version
    Display the version of the LSB specification against which the distribution is compliant.
  -i, --id
    Display the string id of the distributor.
  -d, --description
    Display the single line text description of the distribution.
  -r, --release
    Display the release number of the distribution.
  -c, --codename
    Display the codename according to the distribution release.
  -a, --all
    Display all of the above information.
  -s, --short
    Use short output format for information requested by other options (or version if none).
  -h, --help
    Display this message.

   常用方式:lsb_release -a
   
    
}


uname
{
 uname --help
 Print certain system information.  With no OPTION, same as -s.

  -a, --all                print all information, in the following order,
                             except omit -p and -i if unknown:
  -s, --kernel-name        print the kernel name
  -n, --nodename           print the network node hostname
  -r, --kernel-release     print the kernel release
  -v, --kernel-version     print the kernel version
  -m, --machine            print the machine hardware name
  -p, --processor          print the processor type or "unknown"
  -i, --hardware-platform  print the hardware platform or "unknown"
  -o, --operating-system   print the operating system
  --help     display this help and exit
  --version  output version information and exit

  常用方式:uname -a
}


cat /etc/issue
{
    显示系统的版本信息
}

查看linux系统信息个人总结

标签:个人总结   version   against   linux   release   

原文地址:http://quietnight.blog.51cto.com/7163892/1608090

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!