Unmounting a File System
Unmounting a File System creates the File System, directories and files inaccessible to the users. The Umount is the command that is used to unmount the filesystem.
Syntax:
# umount [mount point]
Practice
How to unmount a File System the given command describes that
# umount /var
/var is the File System should be unmounted.