Working With The Terminal
Working With The Terminal
Working With The Terminal
General Commands
• clear Clears previously run commands and text from the terminal screen
• find / -name filename.txt Searches the whole system for filename.txt and
outputs a list of all directories that contains the file
• nano example.txt Opens the file example.txt in the Linux text editor Nano
• cd .. Navigate up a directory
• ls -l List all the files in the current directory and their properties