Linux Basics - Navigation

Navigation

Change to a directory
cd 
Example -  cd /usr 

Move up one directory from your current directory
cd .. 

Check your current path:
Pwd
 

Listing files:

Show the contents of your current directory
ls 

Show the files in long format i.e. the owner of the file, rights etc. 
ls -l 

Show hidden files
ls -a 

Show sub-directories
ls -R

Display the contents of a file on your screen with the ability to scroll up and down.
less 

Display the contents of a file but you can only go down not up and only with the enter key.
more

Have a Linux Problem
Linux Forum - Do you have a Linux Question?

Linux Books
Linux Certification, System Administration, Programming, Networking Books

Linux Home: Linux System Administration Hints and Tips

(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
All product names are trademarks of their respective companies.
The site www.gotothings.com is in no way affiliated with or endorsed by any company listed at this site.
Any unauthorised copying or mirroring is prohibited.