VSMT the Virtual Server Management Tool

Setting File Permissions with VSMT:
    You can use this program to set the access permissions on your files if your FTP program does not support the chmod command.

    Any HTML or SHTML documents that you want your server to send must have read permission set. (CHMOD mode 644)

    Any CGI programs on your server (in cgi-bin or elsewhere) must have execute permissions set. (CHMOD mode 755)

    The full path input box should contain the complete path to the file that you want to set the permissions on. (For example: /www/htdocs/index.html, /www/cgi-bin/fmail.pl, etc...)

    Next choose which mode you want to set. Select a radio button for readable(644) or executable(755). If you know unix chmod settings, you can select the third option and give the numeric mode setting yourself.



Enter full path for the file
Select which permissions to set:
Readable (Mode 644)
Executable (Mode 755)
Other mode:

Set the Permissions


Main Menu