Createing a new folder in webmin
To create a new folder in Webmin, you can follow these steps:
Method 1: Using the File Manager
- Log in to your Webmin interface.
- Click on the "File Manager" icon in the top menu bar.
- Select the directory where you want to create the new folder. You can navigate through the directory tree by clicking on the folders.
- Right-click on the directory where you want to create the new folder.
- Select "Create new folder" from the context menu.
- Enter a name for the new folder and click "Create".
Method 2: Using the Shell
- Log in to your Webmin interface.
- Click on the "Shell" icon in the top menu bar.
- Select the shell type (e.g., Bash, Perl, etc.).
- Type the following command to create a new folder:
mkdir /path/to/new/folder
(replace/path/to/new/folder
with the desired path and name for the new folder). - Press Enter to execute the command.
Method 3: Using the File Manager's GUI
- Log in to your Webmin interface.
- Click on the "File Manager" icon in the top menu bar.
- Select the directory where you want to create the new folder.
- Click on the "Create new folder" button in the top-right corner of the File Manager window.
- Enter a name for the new folder and click "Create".
Regardless of the method you choose, the new folder will be created in the specified location.