LAB Assignment No.-1: Faculty: - Dr. Shalini Batra, MR - Vinay Arora Csed, Tu
LAB Assignment No.-1: Faculty: - Dr. Shalini Batra, MR - Vinay Arora Csed, Tu
-1
Operating Systems
(UCS 303)
Faculty: - Dr. Shalini Batra, Mr.Vinay Arora
CSED, TU
1. tty
5. clear
- clear screen
6. ls
7. ls[option]:
-a list hidden file
-d list the name of current directory
-f
show directories with a trailing /
-g show group ownership of file in long listing
-I print the inode number of each file
-l long listing giving detail about file and directories
-r list all subdirectories encountered
-t sort by time modified instead of name
ls *s
ls s*
ls ?
ls ???s???
8
cd
- change directories
cd..
10 cal:
11 cal with option
-make directory
15 mkdir[option]
- Copy files
- allows files contents or piped output to be sent to the screen one page at a time
-Opposite of the more commands
Q27.