Don't know how to get into vhost user to see user files

Does anyone know how to get to the files of my virtual host?
image
that is a picture of what I’m trying to achieve, I can only get to root and I’m trying to figure this out.

Looks like the files of your vhost are not in this directory…
any hidden files? (ls -la)

@SebastianM
To see files → ls
To see hidden files → ls -l
To see all files, assrated, human-readable form → ls -alh

You can automate maplisting files, by adding above to your shell config file.

1 Like