Chown is necessary in certain environments. Not sure of Ruid.
Used when Php has to run as a certain user
# chown -R dude:dude /home/dude/html/wordpress
that will change ownership of folders/files in the folder dude to dude:dude
Chown is necessary in certain environments. Not sure of Ruid.
Used when Php has to run as a certain user
# chown -R dude:dude /home/dude/html/wordpress
that will change ownership of folders/files in the folder dude to dude:dude