Mar 9, 2005 #1 armylogman Technical User Joined Feb 16, 2005 Messages 34 Location US Can I add a user from a remote location or can I create a scrip and run it at the server from a remote location to add Thanks in advance for the help
Can I add a user from a remote location or can I create a scrip and run it at the server from a remote location to add Thanks in advance for the help
Mar 9, 2005 #2 bfitzmai Technical User Joined May 15, 2004 Messages 853 Location US Look at "man useradd" for all the details. Scripts are possible. Basic command is: useradd -u #### -g #### -m -d /export/home/username -s /bin/csh <username> -u - user id -g - group id -m - create home directory -d - home directory -s - default shell Upvote 0 Downvote
Look at "man useradd" for all the details. Scripts are possible. Basic command is: useradd -u #### -g #### -m -d /export/home/username -s /bin/csh <username> -u - user id -g - group id -m - create home directory -d - home directory -s - default shell
Mar 9, 2005 Thread starter #3 armylogman Technical User Joined Feb 16, 2005 Messages 34 Location US Thank you this helps a lot I don't do many scripts just got started with Solaris Thanks again Upvote 0 Downvote
Mar 11, 2005 #4 mattaw Instructor Joined Mar 18, 2004 Messages 546 Location GB A good start to unix and solaris 9: http://www.riddleware.com/solx86/Free-Solaris-Ebook.zip Its a great dive into solaris from a 'how do I do this' point of view without requiring too much technical knowhow. Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver? Upvote 0 Downvote
A good start to unix and solaris 9: http://www.riddleware.com/solx86/Free-Solaris-Ebook.zip Its a great dive into solaris from a 'how do I do this' point of view without requiring too much technical knowhow. Matthew Family motto: Curvus, non infractus. The Universe: God's novelty screensaver?