LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Change folder ownership in Fedora 12 (https://www.linuxquestions.org/questions/linux-server-73/change-folder-ownership-in-fedora-12-a-817926/)

nortonz 07-04-2010 02:44 AM

Change folder ownership in Fedora 12
 
Hi there I know I asked this question before, but I was running CentOS and I used "chuser" and that worked just fine, but for some reason in Fedora it doesn't exist. Is there another command that works in Fedora?

I'm tring to change all files, and folders in my "www" folder to "apache:apache"

Thanks

Michael

bathory 07-04-2010 03:14 AM

Hi,

Use chown:
Code:

chown -R apache:apache /full/path/to/www
For more details about chown read the manpage

Regards

nortonz 07-04-2010 11:28 AM

Thanks for the Reply, I tried "help" in termanel, but that command did not come up. I will try it today. Thank you.

Michael

nortonz 07-04-2010 11:31 AM

Quote:

Originally Posted by bathory (Post 4023341)
Hi,

Use chown:
Code:

chown -R apache:apache /full/path/to/www
For more details about chown read the manpage

Regards

Thank You for the reply, I tried "help" in termanel, but that command did not come up. I will give it a try today.

Thank you

Michael

repo 07-04-2010 11:33 AM

Quote:

Thank You for the reply, I tried "help" in termanel, but that command did not come up. I will give it a try today.
try
Code:

man chown


All times are GMT -5. The time now is 12:21 PM.