-
Notifications
You must be signed in to change notification settings - Fork 0
System
Nicola Strappazzon. edited this page Apr 11, 2025
·
1 revision
Display kernel version
uname -rDisplay long kernel version
uname -aReport file system disk space usage
df [/] [/home]
sudo btrfs filesystem usage -h [/]Display system tasks
top
htopDisplay system information
inxi --admin --verbosity=7 --filter --widthDisplay a tree of processes
pstreeSwitch to tty
Ctrl+Alt+F1
Ctrl+Alt+F2
Ctrl+Alt+F3
Ctrl+Alt+F4
Ctrl+Alt+F5
Ctrl+Alt+F6Switch to the X session
Ctrl+Alt+F7
Start a unit
systemctl start unitStop a unit
systemctl stop unitCheck status of a unit
systemctl status unitEnable a unit
systemctl enable unitDisable a unit
systemctl disable unitRestart a unit
systemctl restart unitShut down the system
poweroffRestart the system
reboot