How to create a directory in linux
1) Login (SSH) to the server with your user on which you want to create a directory.
In my example, I logged with the user root on the server1 as shown below:-
2) Now run the command: mkdir [name of the directory]. I created a directory test1 as shown below:-
The same can be validated by running the command:- ls as shown above.
Recommended Books:-
LINUX for Developers: Jumpstart Your Linux Programming Skills | First Edition | By Pearson Paperback
No comments:
Post a Comment