Lines Matching refs:run_command
35 run_command() function
122 run_command "setfacl -a0 $acl $file"
128 run_command "getfacl -qn $file"
134 run_command "ls -al $file | sed -n '2p' | cut -d' ' -f1"
145 run_command "chmod $b1$b2$b3$b4 $file $2"
151 run_command "touch $file"
157 run_command "rm -f $file"
163 run_command "mkdir $file"
169 run_command "rmdir $file"
176 run_command "mv -f $from $to"
208 run_command "whoami"
210 run_command "umask 022"
211 run_command "mkdir $TMP"
220 run_command "find $TMP -exec setfacl -a0 everyone@:rxd:allow {} \;"
221 run_command "rm -rfv $TMP"