Page 1 of 1

4.Lab Practice: Apply the Unix commands for the following given instruction: a) To create a new directory called Unix. b

Posted: Fri May 20, 2022 1:14 pm
by answerhappygod
4.Lab Practice: Apply the Unix commands for the following given
instruction:
a) To create a new directory called Unix.
b) To create a new file called Students in the directory
Unix.
c) To create a sub directory “Courses” inside Unix directory.
d) Move the file “Students” to the sub directory “Courses”.
e) To create a new file called “Books” in the sub directory
“Courses”.
f) Rename the file “Books” to “Newbook”.
g) Copy the file “Students” to “Studinfo”
h) Display the list of directories present inside Unix
directory.
i) Delete the file Newbook.
j) Delete the subdirectory Courses