Cheat Sheet about Linux commands

1. File and Directory Navigation Command Description Example pwd Displays the current working directory. pwd → /home/user/Documents ls Lists files and directories in the current location. ls ls -l Lists files with detailed info (permissions, size, date, owner). ls -l cd [directory] Changes the current directory. cd /etc cd .. Moves up one level in … Continua llegint Cheat Sheet about Linux commands