Searched refs:original_owner (Results 1 – 1 of 1) sorted by relevance
7 original_owner=`stat -c "%u" .`15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`34 echo "testing $file $owner=$original_owner and $group=$test_group"35 if [ $owner -ne $original_owner ]; then50 chown $original_owner $file52 if [ $owner -ne $original_owner ]; then