| Command | Description |
|---|---|
ls | List all the files in a directory |
ls -l | List all files and their details (owner, mtime, size, etc) |
ls -a | List all the files in a directory (including hidden files) |
pwd | Show the present working directory |
cd | Change directory to some other location |
file | View the type of any file |

No comments:
Post a Comment