Which of the following commands would successfully mount the drive with the required parameters?

A server administrator mounted a new hard disk on a Linux system with a mount point of /newdisk.

It was later determined that users were unable to create directories or files on the new mount point.

Which of the following commands would successfully mount the drive with the required parameters?
A . echo /newdisk >> /etc/fstab
B. net use /newdisk
C. mount Co remount, rw /newdisk
D. mount Ca

Answer: C

Explanation:

The administrator should use the command mount Co remount,rw /newdisk to successfully mount the drive with the required parameters. The mount command is used to mount file systems on Linux systems. The Co option specifies options for mounting file systems. The remount option re-mounts an already mounted file system with different options. The rw option mounts a file system with read-write permissions. In this case, /newdisk is a mount point for a new hard disk that was mounted with read-only permissions by default. To allow users to create directories or files on /newdisk, the administrator needs to re-mount /

Reference: https://unix.stackexchange.com/

Latest SK0-005 Dumps Valid Version with 90 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments