Home > Article > Operation and Maintenance > How to create a new folder in linux
How to create a new folder in Linux: 1. Open the terminal command window; 2. Create the folder by using the root account to execute the "mkdir test" command; 3. Then use the "touch xxx" command to create the folder in the test folder Just create the file.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
How to create a new folder in Linux?
Creating files and folders in Linux
mkdir Folder name
Example: There is no test file in the home directory at the beginning folder, the command will generateExample:
There is no boot.properties in the test folder at first. After the command is created, Generate
# 3. Precautions
Recommended learning: "Linux Video Tutorial
"The above is the detailed content of How to create a new folder in linux. For more information, please follow other related articles on the PHP Chinese website!