View Linux kernel, cpu, memory, and other information.
1. view the system kernel version command
Uname command uname-a uname-r uname-v
Vim/proc/version
More/etc/* release
More/etc/issue
2. View cpu Information
More/proc/cpuinfo
3. view the cpu count
Getconf LONG_BIT
Ls/If the lib64 folder exists, the system is 64-bit
4. Check the libc and gcc versions.
Ldd/sbin/mii-tool
Gcc -- version
5. view memory information
More/proc/meminfo
In linux, how does one view version information? How to view memory? Cpu information?
Version uname-ar
Memory cat/proc/meminfo
Cpu cat/proc/cpuinfo
How can I check the current cpu and memory usage in linux? What is the command to view the system partition mounting status?
Top command to view cpu and memory information
Run the mount command to view the partitions that are mounted.
Of course, the free-m command can also view memory Conditions