Tagged Questions
4
votes
4answers
375 views
Is it possible to change the ownership of an executable to root using sudo?
I have an executable created by my userid that I need to have run as root. Therefore I need to change the ownership of my executable to be root:root and use setuid. When I attempt
sudo chown ...
1
vote
3answers
2k views
chown -R root.root /
So I was working and there was a directory that I was periodically changing to my user in a root terminal so that I could open the files in text editors, but I accidentally pressed / instead of . and ...
0
votes
1answer
1k views
Creating files and directories with a certain owner (user/group) while sudoing
I need to wget something (results in a compressed file in cwd), then I have to extract it, then do some copy/move/modification stuff and perhaps finally execute an script (from the downloaded ...
0
votes
1answer
1k views
Can't change owner/group to root:wheel on certain stubborn files
SOLVED: Turns out at one point while trying to copy files over to the thumb drive it must not have been mounted by OS X, and since I was root, it made the same mount point directory and copied into ...
0
votes
1answer
577 views
Used recursive chown on the root directory
Im gonna need some help restoring my ssh settings as i screwed everything up by calling this command:
chown -R user /
At the moment im not able to access the site through ssh/ftp since the ...