Displaying 1 result from an estimated 1 matches for "testoh".
Did you mean:
testo
2006 Jun 26
1
/bin/tar bug
...!
#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 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: E...