Linux CLI - Disk and Storage
What will be the output of the command
mount | grep /mnt/usb if the device /dev/sdd1 is mounted on /mnt/usb?mount | grep /mnt/usb if the device /dev/sdd1 is mounted on /mnt/usb?mount lists all mounts; piping to grep /mnt/usb filters lines containing '/mnt/usb'./dev/sdd1 is mounted on /mnt/usb, the output line will show device, mount point, type, and options.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions