unmount
Common misspelling redirect to umount
TLDR
This spelling is wrong — use umount to detach filesystems
$ umount [device|mountpoint]
DESCRIPTION
unmount is not a valid Linux command. The correct command for unmounting file systems is umount (without the 'n'). This is a common source of confusion for new Linux users. The command name originates from early Unix where shorter command names were preferred.