Views:

The error message occurs because the user has no permission.

To resolve the issue, do one of the following to give proper permission to the user:

  • For Linux, run the command "chmod".

    chmod +rwx filename to add permissions.
    chmod -rwx directoryname to remove permissions.
    chmod +x filename to allow executable permissions.
    chmod -wx filename to take out write and executable permissions.

  • For Windows, use the user interface to provide permission.
    1. Access the Properties dialog box.
    2. Select the Security tab.
    3. Click Edit.
    4. In the Group or user name section, select the user(s) you wish to set permissions for.
    5. In the Permissions section, use the checkboxes to select the appropriate permission level.
    6. Click Apply.
    7. Click Okay.