Create user in Unix shell

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Create user in Unix shell

    I am using a version of Unix, and was wondering how to create a new
    user. How might I go about doing this?
    Matthew Guest

  2. Similar Questions and Discussions

    1. Required Perl Developer w/ UNIX. SQL and Shell Scripting.
      Required Perl Developer w/ UNIX. SQL and Shell Scripting. Oracle backend Infovista a huge plus. Prefers candidates who can be hired in the future...
    2. [ANN] Protect you Unix Shell Scripts!
      Shell scripts are very powerful tools for UNIX development. Due to the fact that they are interpreted, they are easy to develop, inspect, debug...
    3. SHAREWARE - Unix shell scripts
      Interesting comments. In general, your solutions are not portable, whereas Typhoon is portable to all modern Unices, Windows, Linux, and MacOSX. ...
    4. [PHP] How to get exec() to display output from UNIX Shell Environemnt?
      On Tuesday 05 August 2003 05:20 pm, Scott Fletcher wrote: Use the second argument of exec(), or use system(), depending on your need. Read The...
    5. Simple Unix Shell Script
      Hi, I am trying to execute a simple shell script to set the environment variables. It runs fine without any errors but i doesn't sets the...
  3. #2

    Default Re: Create user in Unix shell

    On 2004-06-03, Matthew wrote:
    > I am using a version of Unix, and was wondering how to create a new
    > user. How might I go about doing this?
    Which version of Unix? There are different methods in different
    versions (and even in the aame version).

    Read the man pages for adduser, useradd and vipw.

    --
    Chris F.A. Johnson [url]http://cfaj.freeshell.org/shell[/url]
    ================================================== =================
    My code (if any) in this post is copyright 2004, Chris F.A. Johnson
    and may be copied under the terms of the GNU General Public License
    Chris F.A. Johnson Guest

  4. #3

    Default Re: Create user in Unix shell

    On 3 Jun 2004 16:54:54 -0700, Matthew <cplusplus14@hotmail.com> wrote:
    > I am using a version of Unix, and was wondering how to create a new
    > user. How might I go about doing this?
    It depends. Shall we each answer for our favorite OS's, or would you
    like to tell us what version of Unix you want answers for?


    Dave Hinz Guest

  5. #4

    Default Re: Create user in Unix shell

    Matthew wrote:
    >
    > I am using a version of Unix, and was wondering how to create a new
    > user. How might I go about doing this?
    Man pages passwd(1m), passwd(4), vipw(8 or 1m) and so on are good
    starting points. If you want to do it with a GUI nearly all
    vendors offer one and each vendor has a different one.
    Doug Freyburger Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139