Searched defs:usr_exec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib223 # Export the current user for the following usr_exec operating.
237 function usr_exec #<commands> [...] function
578 [[ ! -d ${outfile%/*} ]] && usr_exec mkdir -p ${outfile%/*}
580 usr_exec cd $dir ; find . -depth -type f -exec cksum {} \\\; | \
582 usr_exec cd $dir ; find . -depth -type f -xattr -exec runat {} \
596 [[ ! -d $basedir ]] && usr_exec mkdir -m 777 $basedir
597 [[ ! -d $RES_DIR ]] && usr_exec mkdir -m 777 $RES_DIR
598 [[ ! -d $INI_DIR ]] && usr_exec mkdir -m 777 $INI_DIR
599 [[ ! -d $TST_DIR ]] && usr_exec mkdir -m 777 $TST_DIR
600 [[ ! -d $TMP_DIR ]] && usr_exec mkdi
[all...]

Completed in 45 milliseconds