Displaying 1 result from an estimated 1 matches for "zxof".
Did you mean:
zxf
2006 Jun 26
1
/bin/tar bug
...te three test files
touch afile bfile cfile
#verify ownership
ls -l
total 0
-rw-r--r-- 1 root root 0 Jun 26 11:16 afile
-rw-r--r-- 1 root root 0 Jun 26 11:16 bfile
-rw-r--r-- 1 root root 0 Jun 26 11:16 cfile
#create a tar archive
tar zcvf testoh.tgz afile bfile cfil
#become regular user
tar -zxof testoh.tgz
tar: afile: Cannot change ownership to uid 0, gid 0: Operation not ermitted
tar: bfile: Cannot change ownership to uid 0, gid 0: Operation not ermitted
tar: cfile: Cannot change ownership to uid 0, gid 0: Operation not ermitted
tar: Error exit delayed from previous errors
This error sho...