An administrator has configured NFS export in the /etc/exports file. Based on the following output, with which permissions has the /tmp directory been exported?
In the/etc/exportsfile, the absence of specific permissions next to the/tmpdirectory implies that it is exported with the default read-write permissions. The/datadirectory has-rospecified, indicating read-only permissions, and/usr/manhas-root=client1, giving root access toclient1with default read-write permissions. Since no special permissions are indicated for/tmp, it retains the default read-write permissions.References: IBM AIX NFS Documentation
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit