I am very new to Ubuntu.
But I have a problem with my files/folders in my wordpress VPS (Nginx, Ubuntu).
- I check the permission of file.
- The permission of folders is 755 => That's good.
- The permission of Files is 644 = That's good.
- But the owner ID is 0 => I must change it to 113.
- And Group ID is 0 => I must change it to 117.
I can change one by one. But there are thousands of files and folders.
Is there anyway to do this in batch mode, using terminal, command line or something...???
Please help me!