Lines Matching full:account
32 … "--base-dir", metavar="BASE_DIR", help="base directory for the home directory of the new account")
33 parser.add_argument("-c", "--comment", metavar="COMMENT", help="GECOS field of the new account")
34 …rser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new account")
36 …dd_argument("-e", "--expiredate", metavar="EXPIRE_DATE", help="expiration date of the new account")
37 …ument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of the new account")
38 …argument("-g", "--gid", metavar="GROUP", help="name or ID of the primary group of the new account")
39 …rgument("-G", "--groups", metavar="GROUPS", help="list of supplementary groups of the new account")
47 ….add_argument("-p", "--password", metavar="PASSWORD", help="encrypted password of the new account")
49 parser.add_argument("-r", "--system", help="create a system account", action="store_true")
50 parser.add_argument("-s", "--shell", metavar="SHELL", help="login shell of the new account")
51 parser.add_argument("-u", "--uid", metavar="UID", help="user ID of the new account")
66 parser.add_argument("-r", "--system", help="create a system account", action="store_true")