linux
Determine kernel version
uname -aDetermine the linux distro and version
cat /etc/issue
cat /etc/os-release
cat /etc/lsb-release
cat /proc/version
lsb_release -a
hostnamectlDisplay BIOS metadata -- no reboot needed
sudo dmidecode --type biosUbuntu (any Debian?) -- check for non-LTS OS upgrades
sudo vi /etc/update-manager/release-upgradesDetermine files within/installed by a package
Show the total size of the current directory (and all its subdirs)
Determine locations of superblock backups
Mount a raid 1 (mirror) drive
Show only local, hardware, mounted drives
Change a user's default shell
Last updated