Created
August 24, 2023 12:48
-
-
Save CornerSyrup/d015e51620884d33a9d5523c025da915 to your computer and use it in GitHub Desktop.
Useful linux commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /proc/version | |
# Linux version 4.9.0-5-amd64 ([email protected]) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /etc/system-release | |
# CentOS release 6.4 (Final) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment