1 min read
what is the command to create a folder in Linux such as ubuntu or any other?
Vishal Sharma Answered question
1 min read
Here is a command to create a folder in Linux or Ubuntu using the terminal.
mkdir folder_name
‘mkdir’ command is used to create a folder using the terminal in Linux.
Vishal Sharma Answered question