System Administration Guide: Resource Management and Network Services

Using the umount Command

This example unmounts a file system that is mounted on /usr/man:


# umount /usr/man

This example displays the results of running umount -a -V:


# umount -a -V
umount /home/kathys
umount /opt
umount /home
umount /net

Notice that this command does not actually unmount the file systems.