User accounts
From MEPIS Documentation Wiki
Linux is a multiuser operating system.
Each user has an account, typically the "home" of the user account (the place where the user has full access and where the user documents and configuration get saved) is located at /home/username, the "~" sign can be used as a shortcut for "home", thus, commands like:
cd /home/username
and
cd ~
are equivalent.