nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Create new user account in Ubuntu Linux from command line

This is a discussion on Create new user account in Ubuntu Linux from command line within the Getting started tutorials forums, part of the Linux Getting Started category; Tutorial - How do I create new user account in Ubuntu Linux from command line? Use useradd command create a ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-21-2007, 01:49 AM
sweta's Avatar
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
My distro: Suse, RHEL, Vista
Posts: 152
Rep Power: 4
sweta will become famous soon enough
Default Create new user account in Ubuntu Linux from command line

Tutorial - How do I create new user account in Ubuntu Linux from command line?

Use useradd command create a new user or update default new user information from command line.

Create sweta user account in Ubuntu Linux from command line, enter:
Code:
useradd sweta
Setup a password:
Code:
passwd sweta
Important files
  • /etc/passwd - User account information.
  • /etc/shadow - Secure user account information such as password.
  • /etc/group - Group account information.
  • /etc/default/useradd - Default values for account creation.
  • /etc/skel/ - Directory containing default files.
  • /etc/login.defs - Shadow password suite configuration.
__________________
Friends - v-nessa - missyAdmin

Last edited by sweta; 06-21-2007 at 01:51 AM.
Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to create multiple user account? droidwork Shell scripting 11 02-23-2008 01:35 PM
Ubuntu Linux add a user to group sweta Ubuntu / Debian 0 11-01-2007 02:41 AM
Command line remote access angelus_kit Networking, Firewalls and Security 7 09-05-2007 06:30 PM
HP UX create or add users from command line using useradd rockdalinux HP-UX 0 12-20-2006 02:13 PM
HP UX creating user account with SAM - it is easy to use rockdalinux HP-UX 0 12-20-2006 02:01 PM


All times are GMT +5.5. The time now is 11:08 AM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36