Ask a Question

what is the defult group created when an user is created by useradd command in linux?...how are the modifications of files done after this creation?

on 2011-04-14 19:55:18   by Aparna   on Computer Science & Engineering  1 answers

Riya

on 2011-04-23 09:30:00  

About useradd Enables a super user or root to create a new user or updates default new user information. Syntax useradd [-c comment] [-d home_dir] [-e expire_date] [-f inactive_time] [-g initial_group] [-G group[,...]] [-m [-k skeleton_dir]] [-p passwd] [-s shell] [-u uid [ -o]] login useradd -D [-g default_group] [-b default_home] [-f default_inactive] [-e default_expire_date] [-s default_shell] If no options are specified, useradd displays the current default values.