![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Interpreting the encrypted shadow password? | keelba | Linux | 5 | 03-12-2008 09:13 PM |
| *LK* in /etc/shadow file | vikashtulsiyan | SUN Solaris | 5 | 12-23-2007 11:50 PM |
| shadow file after a password reset | progressdll | UNIX for Dummies Questions & Answers | 0 | 10-31-2007 05:18 AM |
| shadow file | jbashir | UNIX for Advanced & Expert Users | 3 | 03-14-2006 03:22 AM |
| remove shadow password | gizaa | UNIX for Dummies Questions & Answers | 2 | 08-03-2004 08:30 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
I want to append password into /etc/shadow file using a shell script. My below script does add the users to both /etc/passwd and /etc/shadow but how can I add the hordcoded passwords to /etc/shadow file can some one help me ? # To add the groups into /etc/group file for a_user in nortel admin netmgr master operator ttbuser orbix oracle do /usr/sbin/useradd $a_user >> one done |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|