1 min read 46 words Updated Sep 24, 2026 Created Sep 24, 2026
#linux

Get current path: pwd

Get RAM information: free -h

List partitions and disks: lsblk -f

Rerun the previous command, but with sudo: sudo !!

Check if some executable is installed: which

Executing the content of a file in the current shell: source

Reboot now: systemctl reboot