Hi, everyone,
I backed up a website from one server to another server using wget http://domain.com/name.tar
I Unzip all the files in the new server and then using
chown -R username.username *
All the files and directories in the new server are owned by username. But
All the directories should owned by be nobody !
What commands should I use to change all the directories to nobody. And all the files remain username.
Thanks in advance!