Oracle
1Z0-403 · Question #46
As a Linux administrator, you created a /dev/sdb5 disk partition with an ext3 filesystem. A persistent configuration for /dev/sdb5 is given in the /etc/fstab file as shown below: /dev/sdb5 /data…
The correct answer is A. The /dev/sdb5 filesystem is mounted with the rw option on /data. C. The users on the system would be able to execute binaries in the /data directory as per the E. The files copied to the /dev/sdb5 filesystem would be physically written on it with some delay time. See the full explanation below for the reasoning.
Question
As a Linux administrator, you created a /dev/sdb5 disk partition with an ext3 filesystem. A persistent configuration for /dev/sdb5 is given in the /etc/fstab file as shown below: /dev/sdb5 /data ext3 defaults 0 0 Which statements are true? (Choose all that apply.)
Options
- AThe /dev/sdb5 filesystem is mounted with the rw option on /data.
- BThe /dev/sdb5 filesystem would be backed up automatically every alternative day.
- CThe users on the system would be able to execute binaries in the /data directory as per the
- DThe normal users on the system would be able to mount and unmount the /dev/sdb5 filesystem on
- EThe files copied to the /dev/sdb5 filesystem would be physically written on it with some delay time
How the community answered
(47 responses)- A72% (34)
- B19% (9)
- D9% (4)
Community Discussion
No community discussion yet for this question.