OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:useradd
(Results
1 - 18
of
18
) sorted by null
/external/toybox/tests/
useradd.test
10
echo "$SHOWSKIP:
useradd
(not root)"
24
testing "adduser user_name (text)" "
useradd
$user $arg ||
30
testing "adduser user_name (alphanumeric)" "
useradd
$user $arg ||
36
testing "adduser user_name (numeric)" "
useradd
$user $arg ||
42
testing "adduser user_name (with ./-/_)" "
useradd
$user $arg ||
49
testing "adduser user_name (long string)" "
useradd
$user $arg ||
55
testing "adduser user_name with dir" "
useradd
-h $PWD/dir $user $arg ||
62
testing "adduser user_name with gecos" "
useradd
-g '$gecos' $user $arg ||
68
testing "adduser user_name with shell" "
useradd
-s $shl $user $arg ||
75
testing "adduser user_name with group" "
useradd
-G $g_name $user $arg |
[
all
...]
/external/e2fsprogs/debian/
uuid-runtime.postinst
8
useradd
-d /var/lib/libuuid -K UID_MIN=1 -K UID_MAX=499 -g libuuid libuuid
libuuid1.postinst
31
useradd
-d /var/lib/libuuid -K UID_MIN=$FIRST_SYSTEM_UID -K UID_MAX=$LAST_SYSTEM_UID -g libuuid libuuid
/external/toybox/toys/pending/
useradd.c
0
/*
useradd
.c - add a new user
6
* See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/
useradd
.html
8
USE_USERADD(NEWTOY(
useradd
, "<1>2u#<0G:s:g:h:SDH", TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
9
USE_USERADD(OLDTOY(adduser,
useradd
, TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
11
config
USERADD
12
bool "
useradd
"
15
usage:
useradd
[-SDH] [-h DIR] [-s SHELL] [-G GRP] [-g NAME] [-u UID] USER [GROUP]
/external/libcap/contrib/
pcaps4server
82
useradd
-g apache -d / -u 600 apache
117
useradd
-g apache -d / -u 600 apache
153
useradd
-g samba -d / -u 610 samba
193
useradd
-g bind -d / -u 620 bind
226
useradd
-g dhcpd -d / -u 630 dhcpd
259
useradd
-g cupsd -d / -u 640 cupsd
/external/toybox/
Config.in
126
When commands like
useradd
/groupadd allocate system IDs, start here.
132
When commands like
useradd
/groupadd allocate user IDs, start here.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
installer.py
86
self.run("
useradd
-m %s" % user)