Add new Linux info commands

This commit is contained in:
James Skemp 2022-08-03 21:46:01 -05:00
parent e1923b765a
commit c9bf266a07
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,9 @@ uname -mrs
# Get distribution-specific information.
lsb_release -a
# Get Debian version.
cat /etc/debian_version
```
### Updates
@ -156,6 +159,9 @@ free -m
# IP address
ip a
# Server uptime.
uptime
```
## Package management