Useful Server Commands
Check Disk Space
To check the available disk space on your system, use the following command:
df -h
Check Directory Size
To check the size of directories in the current path, sorted by size:
du -h -d 1 | sort -hr
Check GPU Information
To list GPU-related information on your system:
lspci | grep -i vga