In the RHEL 5 operating system, which command is used to mount the sdb5 device in the dev directory to the mnt directory
sdb5 directory?
cat /dev/sdb5 /mmt/sdb5
ln /dev/sdb5 /mnt/sdb5
mount /dev/sdb5 /mnt/sdb5
df /dev/sdb5 mnt/sdb5
Submit