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.
- Access the Properties dialog box.
- Select the Security tab.
- Click Edit.
- In the Group or user name section, select the user(s) you wish to set permissions for.
- In the Permissions section, use the checkboxes to select the appropriate permission level.
- Click Apply.
- Click Okay.