Valid SK0-005 Dumps shared by ExamDiscuss.com for Helping Passing SK0-005 Exam! ExamDiscuss.com now offer the newest SK0-005 exam dumps, the ExamDiscuss.com SK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SK0-005 dumps with Test Engine here:
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?
Correct Answer: C
The administrator should use the command mount -o 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 -o 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/