Next | Prev | Up | Top | Contents | Index

File Permission Issues

You may see the message:

This message indicates that a program attempted to access a file to which it has no access permission.

The find command can be used to identify the filename, permissions, and directory path that the file resides in. Use the -inum option of find to specify the inode number in order to locate the file. Once the file has been located, the permissions of the file can be changed by the owner of the file or the superuser (root).


Next | Prev | Up | Top | Contents | Index