Ask a Question related to AIX, Design and Development.

  1. #1

    Default New to AIX

    I am absolutely new to the Unix/AIX world.could someone pls point me
    to info that'll enable me/show me how to create a few user ID's with
    root access.I will be logging in to the AIX server to do some other
    s/w installs and i have no clue how to create ID's .
    Any/all help wil lbe appreciated.
    NickB Guest

  2. #2

    Default Re: New to AIX

    [email]nickbudhiraja@yahoo.com[/email] (NickB) writes:
    >to info that'll enable me/show me how to create a few user ID's with
    >root access.I will be logging in to the AIX server to do some other
    Type in "smit" or "smit -C" if on a text terminal.
    got to Security and users
    the rest should be fairly obvious.

    BTW... safer to create maintainence accounts and su to root rather
    than have "root" users...

    good luck
    --
    be safe.
    flip
    Verso l'esterno! Verso l'esterno! Deamons di ignoranza.


    Philip Edward Lewis Guest

  3. #3

    Default Re: New to AIX

    [email]nickbudhiraja@yahoo.com[/email] (NickB) wrote in message news:<a340f228.0309231935.468f57e4@posting.google. com>...
    > I am absolutely new to the Unix/AIX world.could someone pls point me
    > to info that'll enable me/show me how to create a few user ID's with
    > root access.I will be logging in to the AIX server to do some other
    > s/w installs and i have no clue how to create ID's .
    > Any/all help wil lbe appreciated.
    smitty mkuser will create a user, to give them root access, you need
    to vi /etc/passwd and edit the third field and change the number to 0.
    e.g. train1:!:208:1::/home/train1:/usr/bin/ksh the third field here is
    208.

    Though why do you need several ID's with root access ? Or did you mean
    they can have access to the root account ?

    Best thing would be to create a suroot (for example) group using
    smitty mkgroup, then create users (smitty mkuser) and put them in that
    group and then modify root id using smitty chuser to say which groups
    are allowed to su to root, this is the SU GROUPS field.

    Steve
    Steve Nottingham 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