~$ uname (-a / -r / -v)(all, release, version)
~$ ifconfig ~$ ip addr show eth0 (specific iface)
~$ df -ah (all,human-readble)
~$ service s1 status ~$ systemctl status service
~$ du -sh dirname
~$ sudo netstat -tulpn
~$ ps aux | grep nginx ~$ top ~$ htop
linux has /mnt in root ~$ mount (shows existing mounts) ~$ mount /dev/sda2 /mnt (hw addr, mount point) ~$ cat /etc/fstab (mount at boot-time)