Page 16 - LINUX_Neat
P. 16
EXPERIMENT-5
5-Create the following tree structure of directories and files and perform the mentioned
operations.
User- centos
Files- p.txt, q.txt, r.txt, s.txt
Directories- computer, information, cse, c, java
Perform the following operations:
1-Copy file “q.txt” to “information/c/”.
2-Move file “r.txt” to “information/java/”.
3-Move file “s.txt” to “computer/cse/” and rename it as “t.txt”.
Creating the tree structure:
14