Linux CLI - Disk and Storage
What will be the output of the command sequence below if
/dev/sdb1 is already mounted on /mnt/usb?
mount /dev/sdb1 /mnt/usb mount | grep /mnt/usb
