1) To create a directory (folder)
mkdir directory name
2) To open a directory (folder)
nautilus path of directory
3) to change from one directory to another
cd new path of directory
4) to quite from a directory
cd ..
5) to view content of present working directory
pwd
6) to list the items in the present working directory
ls
7) to list hidden files
ls -a
8) to show the details of permissions of directory
ls -l
mkdir directory name
2) To open a directory (folder)
nautilus path of directory
3) to change from one directory to another
cd new path of directory
4) to quite from a directory
cd ..
5) to view content of present working directory
pwd
6) to list the items in the present working directory
ls
7) to list hidden files
ls -a
8) to show the details of permissions of directory
ls -l
No comments:
Post a Comment