0% found this document useful (0 votes)
18 views1 page

Commands

Uploaded by

taxay2234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Commands

Uploaded by

taxay2234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

tanayn@hp:~$ cd

tanayn@hp:~$ ls

a.out blah class1 directory find_max.c find_max.c:SandBoxSafeFile find_max.c:Zone.Identifier


new newdir1 newdir12 testdir

tanayn@hp:~$ cd .

tanayn@hp:~$ ls

a.out blah class1 directory find_max.c find_max.c:SandBoxSafeFile find_max.c:Zone.Identifier


new newdir1 newdir12 testdir

tanayn@hp:~$ cd ..

tanayn@hp:/home$ ls

tanayn

tanayn@hp:/home$ cd tanayn

tanayn@hp:~$ rmdir newdir12

tanayn@hp:~$ ls

a.out blah class1 directory find_max.c find_max.c:SandBoxSafeFile find_max.c:Zone.Identifier


new newdir1 testdir

tanayn@hp:~$ mkdir newdir13

tanayn@hp:~$ ls

a.out blah class1 directory find_max.c find_max.c:SandBoxSafeFile find_max.c:Zone.Identifier


new newdir1 newdir13 testdir

tanayn@hp:~$ cat newdir13

cat: newdir13: Is a directory

tanayn@hp:~$ pwd

/home/tanayn

tanayn@hp:~$ touch newfile

tanayn@hp:~$ ls

a.out blah class1 directory file_newfile find_max.c find_max.c:SandBoxSafeFile


find_max.c:Zone.Identifier new newdir1 newdir13 newfile testdir

tanayn@hp:~$

You might also like