Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Solaris >> How to add a user

Unix::Solaris::How to add a user create the user and specify its groups:- # /usr/sbin/useradd -g <pgrp> -G <sgrp> <userid> where prgp is the primary group sgrp is the secondary group userid is the user name to be created then set the password for that user by :- # passwd <userid>
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]