Download presentation
Presentation is loading. Please wait.
Published byBenjamin Eaton Modified over 9 years ago
1
Linux/Bash Commands Damian Gordon
2
ls List all the visible files in the current folder.
3
ls -a List all the visible and hidden files in the current folder. e.g..bashrc.login
4
ls -l List all the visible files in the current folder, and give details of who created it, when, the file size, priorities.
5
ls -la List all the visible and hidden files in the current folder, and give details of who created it, when, the file size, priorities.
6
pwd Print working directory Tell me my current location
7
cd. cd = change directory. = current directory So this command moves from you form the current directory back to the current directory.
8
cd.. cd = change directory.. = previous directory So this command moves from you form the current directory back one step to the previous directory.
9
man ‘man’ is the help command, it gives you the MANual page about a specific topic, in this case it is giving you the manual page about the ‘man’ command.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.