Oracle
1Z0-100 · Question #4
Examine this output: # df -t nfs FilesystemSizeUsedAvailUse%Mounted on o16:export30G21G7.6G74%/mnt # 1s -1 /mnt/nfs.sh -rwxr-mr-x. 1 root root 22 May 8 16:37 /mnt/nfs.sh # file /mnt/nfs.sh…
The correct answer is C. The filesystem mounted on /mnt was mounted with the NOEXEC option. See the full explanation below for the reasoning.
Question
Examine this output:
df -t nfs FilesystemSizeUsedAvailUse%Mounted on o16:export30G21G7.6G74%/mnt # 1s -1 /mnt/nfs.sh -rwxr-mr-x. 1 root root 22 May 8 16:37 /mnt/nfs.sh # file /mnt/nfs.sh /mnt/nfs.sh: Bourne-Again shell script text executables # /mnt/nfs.sh bash: /mnt/nfs.sh: Permission denied What is the reason for the error?
Options
- AThe file system was exported on host o16 using the ROOT_SQUASH option.
- BThe /export filesystem was mounted with the NOEXEC option on host o16.
- CThe filesystem mounted on /mnt was mounted with the NOEXEC option.
- DThe filesystem was exported on host o16 by using the NO_ROOT_SQUASH option.
How the community answered
(46 responses)- A2% (1)
- B9% (4)
- C83% (38)
- D7% (3)
Community Discussion
No community discussion yet for this question.