Allowing root access to resources

You can allow UNIX users to have root access to resources.

For example, consider a situation in which the directory Testdir is owned by Administrators. This directory was created with an account that is a member of the Windows group Administrators. The permissions listed were set after the directory was created. At the UNIX client, the permissions look like this:

ls -ld /testdir
drwxrwxr-x 2 root root 64 Nov 3 12:11 /testdir/

When the directory is owned by Administrators, Server for NFS reports a user identifier (UID) and group identifier (GID) pair of 0,0. If you follow the procedure above, a chgrp command on the UNIX computer will succeed and will appear as follows:

chgrp users /testdir
ls -ld /testdir
drwxrwxr-x 2 root users 64 Nov 3 12:11 /testdir/

When chgrp is run on the UNIX client, only three network file system (NFS) permissions are written as Windows permissions, and the owner of the directory is now Administrator. By default, Server for NFS removes all discretionary access control lists (DACL) entries, then writes the three regular NFS entries (owner, group, and other).

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.