The ~ (tilde) character is used to represent:
- A user's home directory
- The directory above the current directory
- The current directory
- Nothing, it doesn't have a special meaning
~
character. You always begin as the sysadmin user, whose home is located at /home/sysadmin. To return to your home directory at any time execute the following command:
sysadmin@localhost:~/Documents/School$ cd ~ sysadmin@localhost:~$
Please login or Register to submit your answer