Skip to main content

Commonly Used Commands

Viewing files

Viewing files with size

ls -l --block-size=G

Services

Check running services

systemctl status <service-name>

Restart service

systemctl restart <service-name>

tmux

New session

tmux new -s <session-name>

Enter existing session

tmux a -t <session-name>