Hi, Does anyone know what kind of Linux command I can use to change the user? This is what I have currently: drwxr-x--- 5 username nobody 4096 August 1 08:39 public_html I need to change it to: drwxr-x--- 5 username username 4096 August 1 08:39 public_html Thanks!!!
If you are not using suPHP then public_html folder must have ownership username:nobody. If you change it to username:username then you will get 403 permission denied error. Kailash