Createing a new folder in webmin

To create a new folder in Webmin, you can follow these steps:

Method 1: Using the File Manager

  1. Log in to your Webmin interface.
  2. Click on the "File Manager" icon in the top menu bar.
  3. Select the directory where you want to create the new folder. You can navigate through the directory tree by clicking on the folders.
  4. Right-click on the directory where you want to create the new folder.
  5. Select "Create new folder" from the context menu.
  6. Enter a name for the new folder and click "Create".

Method 2: Using the Shell

  1. Log in to your Webmin interface.
  2. Click on the "Shell" icon in the top menu bar.
  3. Select the shell type (e.g., Bash, Perl, etc.).
  4. 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).
  5. Press Enter to execute the command.

Method 3: Using the File Manager's GUI

  1. Log in to your Webmin interface.
  2. Click on the "File Manager" icon in the top menu bar.
  3. Select the directory where you want to create the new folder.
  4. Click on the "Create new folder" button in the top-right corner of the File Manager window.
  5. 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.