Linux Tutorial: Essential Linux Commands
A comprehensive guide to the most important Linux commands. File & Directory Navigation cd - Change Directory Navigate between directories in your filesystem. cd /home/user/documents # Go to specific path cd .. # Go up one level cd ~ # Go to home directory ls - List Directory Contents Display files and folders