Which of the following Terminal commands is used to safely eject a USB drive in Linux?
a. sudo unmount /dev/sbd1
b. unmount /dev/USB1
c. sudo eject /dev/sbd1
d. None of the above
A. The unmount command must be given as part of a sudo command because it must be run as root user. The correct identification for a USB drive is sbd1 . Eject is not a legitimate Linux command.
Computer Science & Information Technology
You might also like to view...
The two types of bullets are numbers and ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Hexadecimal values use numbers to represent the amount of red, blue and green in a color
Indicate whether the statement is true or false
Computer Science & Information Technology