Lines Matching full:grep
24 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
27 group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
41 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
44 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
60 …local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/gr…
63 …mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group ||…
77 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
87 group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
104 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
107 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
124 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
143 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
161 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
164 local passwd_lastchanged="`grep "^$username:" $rootdir/etc/shadow | cut -d: -f3`"