1.
Creating directory structure
2.Create file under cse with extensions like *.txt, *.c
3.Display all files
4.Rename
5.Copy
6.Delete
7.Display all files with 2 character filename and extension “.txt”
8.Create
9.List the contents
10.Create a file named INDIA
11.Create a file with 15 lines of data.
12.Create a file containing 10 lines of information. Count the number of lines,words and character.
13.Redirect the contents of ls -p to a file called LISTING
14.Change the modes of file
15.Create a file called mark which contain sample data
16.Create a file called EMP
17. Display the permission of the group for the files whose names begin with “p”
18. Give the command to extract logins of the peoplewhose login name starts with “CSE”.
19.Display the entire textof the file in uppercase.
20. Give the command to extract the links, the file owner and the file name only in the current
directory.