Linux CLI - Disk and Storage
Which of the following is the correct syntax to mount a device
/dev/sdb1 to directory /mnt/usb?/dev/sdb1 to directory /mnt/usb?mount [device] [mount_point], so device first, then directory.mount /dev/sdb1 /mnt/usb. Others reverse order or use wrong command.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions