You should see the directory tree displayed as follows:
[hes@vm18-165 ~]$ tree . |-- a |-- b |-- c | |-- w | |-- y | |-- z |-- first-cat |-- first-file 2 directories, 6 files
You should see the directory tree starting with /home displayed as follows:
[hes@vm18-165 ~]$ tree /home
/home
|-- hes
| |-- a
| |-- b
| |-- c
| | |-- w
| | |-- y
| | |-- z
| |-- first-cat
| |-- first-file
|-- mtr
|-- onlyonefile
4 directories, 7 files
If there are other directories in /home besides yours, they are owned by
other users, so mtr is another user.