Home > Article > Operation and Maintenance > How to create a folder in Linux
1. First, you need to use "touch command" and then create a folder.
2. After adding your own content, you can edit, save, and view the content,
ls is the command to view directories.
3. If you need to create a folder, you can use the command "mkdir".
4. You can also create multiple directories in batch. You can directly use "mkdir abc" to create them.
The above is the detailed content of How to create a folder in Linux. For more information, please follow other related articles on the PHP Chinese website!