Add command to Linux

This commit is contained in:
James Skemp 2022-11-03 20:28:09 -05:00
parent 9a0af9b84a
commit b8a8906367
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ uname -mrs
# Get distribution-specific information.
lsb_release -a
# Get computer name.
hostname
# Get Debian version.
cat /etc/debian_version
```