Make Directory (mkdir) command is used in linux to make a directory (means folder in linux). anywhere you are in linux in any directory you want to make any folder or another directory to store data in it.
Example:
$: mkdir foldername
No comments:
Post a Comment