Write the command in Unix to do the following:
a. Create a directory to your name
b. Create a file and write at least 10 names in it.
c. Assign all permission to your file.
d. Sort the file in ascending order of name and display it.
Answers
Answered by
0
Answer:
if you are using Ubuntu
a mkdir directory name
b cat >> filename 'and write the name and press ctrl + c or ctrl +d to exit and save'
c chmod +a filename or chmod +rwx filename
Similar questions