- Joined
- Jul 10, 2016
- Messages
- 198
- Points
- 18
Normally I used this command to find current path for the folder on SSH that moved to there
but I would like to know all current path to public_html for all users on my VPS. Is that possible?
for instances
/home/myusername1/public_html
/home/myusername2/public_html
/home/myusername3/public_html
and how?
Code:
pwd
for instances
/home/myusername1/public_html
/home/myusername2/public_html
/home/myusername3/public_html
and how?