Page 9 - LINUX_Neat
P. 9
EXPERIMENT-2
2-Implementation of- mkdir, cd, cat, rm and rmdir.
‘mkdir’ and ‘cd’ command
(‘a’, ‘b’ and ‘c’ are the directories create by ‘mkdir’ command. ‘cd’ changes to
directory ‘a’ )
‘cat’ command
(cat>file1 is used for creating the text file ‘file1’ and cat file1 is used for
displaying content of ‘file1’)
7