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.)
A.
The /dev/sdb5filesystem is mounted with the rw option on /data.
B.
The /dev/sdb5filesystem would be backed up automatically every alternative day.
C.
The users on the system would be able to execute binaries in the /data directory as per the
permissions.
D.
The normal users on the system would be able to mount andunmount the /dev/sdb5 filesystem
on /data.
E.
The files copied to the /dev/sdb5filesystem would be physically written on it with some delay
time after the copy is done.