Displaying 1 result from an estimated 1 matches for "cfil".
Did you mean:
cfi
2006 Jun 26
1
/bin/tar bug
...files with the same ownership
--no-same-owner extract files as yourself
Compatibility options:
-o when creating, same as --old-archive
when extracting, same as --no-same-owner
and Now a test!
#goto tmp dir
cd /tmp
#become root
su - root
#create 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...