View Linux system and version information

  

1. Check the operating system version
cat / proc / version

2. Check the system release
cat / etc / issue or cat / etc / redhat-release

3. Review the information system kernel
uname -a

Guess you like

Origin www.cnblogs.com/coding-one/p/11697467.html