Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 790 Bytes

Terminal.md

File metadata and controls

32 lines (19 loc) · 790 Bytes

Some Basic Terminal Usage :

1. Know your current location:

with ls command

2. show working directory:

With pwd command

3. long listing were we are:

With ls -l /etc command witch show us more info like (owner, size, last modify...etc)

4. List of contents in directory, including hidden files:

With ls -a command

5. Jumping betwin files :

With cd command then follow it with the file name

6. information about file type :

With file command then follow it with the file dirctory/file name

You can always learn more about terminal commands here





Back To The Main Page