- Joined
- Apr 15, 2016
- Messages
- 612
- Points
- 28
I am using this command to change ownership in plesk via ssh
But it only worked with files in the first level of the directory that I wanted to change ownership. other files and folders are still keeping "root" as owenership
What is right command to change Ownership in Plesk via SSH?
Code:
chown username:psacln /var/www/vhosts/example.com/httpdocs/folder/*
What is right command to change Ownership in Plesk via SSH?