/ Published in: Bash
Use these commands to determine ubuntu version and kernel info
Expand |
Embed | Plain Text
cat /etc/issue cat /etc/lsb-release uname -a : print all information uname -r : print the kernel release uname -v : print the kernel version uname -o : print the operating system
You need to login to post a comment.
