![]() |
|
|
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 |
| Sun boxes | topcat8 | UNIX for Dummies Questions & Answers | 3 | 07-06-2004 11:45 AM |
| Perl script - changing passwords | thehoghunter | Shell Programming and Scripting | 3 | 05-03-2002 11:11 AM |
| Changing Users Passwords Via Script? | PJolliffe | UNIX for Advanced & Expert Users | 3 | 04-10-2002 09:54 AM |
| passwords changing | viperws | UNIX for Dummies Questions & Answers | 1 | 01-02-2002 10:43 PM |
| text boxes, radio buttons , check boxes in c++ on unix | devy8 | High Level Programming | 3 | 07-07-2001 06:58 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
changing passwords remotely on sun boxes
now, for reasons i really cant begin to delve into, i have to find a way to be able to rmeotely create user accounts and also assign them passwords. unfortunately, it appears Sun boxes frowns upon this. sun boxes will let u create a user account remotely but will never let u assign the useraccount a password.
how can i make this happen? ssh rocket 'useradd johndoe' <------ This works. ssh rocket 'passwd johndoe' <------- This DOESN'T work. I get "Permission Denied" does anyone know of a way to get around this? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|