01. Print all information
[root@server ~]# uname –a
02. Print the kernel name
[root@server ~]# uname –s
03. Print the network node hostname
[root@server ~]# uname –n
04. Print the kernel release
[root@server ~]# uname -r
05. Print the kernel version
[root@server ~]# uname -v
06. Print the machine hardware name
[root@server ~]# uname –m
07. Print the processor type
[root@server ~]# uname –p
08. Print the hardware platform
[root@server ~]# uname –i
09. Print the operating system
[root@server ~]# uname –o
10. Display this help and exit
[root@server ~]# uname --help
11. Output version information and exit
[root@server ~]# uname –version
12. PCI Information
[root@server ~]# lspci
[root@server ~]# lspci –v |more
13. USB Information
[root@server ~]# lsusb
14. CPU Information
[root@server ~]# cat /proc/cpuinfo
15. Memory (Ram) Information
[root@server ~]# cat /proc/meminfo |more
------------------------------------------------------------------------------------------
System Information Command
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment