|
-
February 9th, 2010, 05:04 PM
#2
Banned
 Originally Posted by insuredjester
The short version is that when I run the TAR command with -xvf as root the extracted files show up in a directory owned by a different user and a numerical group
Root should not be jacked. You are running "tar" as root instead of a regular user. You activated the safety mechanism which prevents possible damage to the root account.
use tar -oxvf instead of -xvf. This will always make your files belong to user root and group root.
Similar Threads
-
By nancy in forum Newbie Security Questions
Replies: 19
Last Post: December 11th, 2008, 08:39 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|