Linux_系统信息

公司里一些仿真软件得进Linux系统,好奇公司用的什么Linux版本,于是搜罗了几个命令如下:

 

 1  uname - Print kernel and system information

  $ uname -r

  $ uname -mrs

  $ uname -a


2  lsb_release - Print distribution-specific information

   $ lsb_release -a

 

3  /proc/version - Print running kernel information

  $ cat /proc/version

 

4  top - display Linux tasks

    press "q" to quit from top session

你可能感兴趣的:(linux)