LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   sudo: How can i change the ownership of particular files? (https://www.linuxquestions.org/questions/linux-security-4/sudo-how-can-i-change-the-ownership-of-particular-files-303045/)

anoopp 03-18-2005 01:18 AM

sudo: How can i change the ownership of particular files?
 
Hello,

How can i change ownership of particualr files(eg:files in my home directory) using 'visudo' (/etc/sudoers) command ?

Anoop

scuzzman 03-18-2005 02:03 AM

Code:

sudo chown USERNAME FILENAME
for more details see
Code:

man chown


All times are GMT -5. The time now is 01:17 AM.