Adamfynd
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Adamfynd-
403 Access Denied After Setting Owner via Shell
A word of caution here. The above command can allow a user to take control of files on the same file system. See this article for more details: for i in `ls /var/cpanel/users/`; do chown -R $i:$i...