Execute the following list of basic commands in UNIX:
(i) pwd (ii) mkdir (iii) cd
(1) pwd - pwd stands for Print Working Directory. It writes the complete path name of the working directory to standard output device.
(2) mkdir- mkdir stands for Make Directory. You create a new directory wherever you want in your system.
(3) cd- cd stands for change Directory. You can move from current working directory to different directories.







0 Comments