Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Password change from command line
Name: Yogesh Date: March 22, 2001 at 19:14:17 Pacific
Comment:
Hello All
I have requirement to change the password of unix users from commandline. Since passwd command does not support commandline. Anyone please help me out. Thanks a lot in advance.
Name: ciwonk Date: March 26, 2001 at 22:21:18 Pacific
Reply:
what happened to: passwd userid
root has the power to do this for other users. If it's not working check the permissions. The setuid & setgid bits should be set on the passwd command to allow users to change their own passwords.
Ciwonk >:}
0
Response Number 2
Name: evilghost Date: September 17, 2001 at 09:06:13 Pacific
Reply:
I found that using the 'usermod -p ' command I was able to pass an MD5 encrypted string as the password. I had similar problems using the 'passwd' command and sending input from something other than stdin. Note that the password cannot be plain-text and must be pre-encrypted.
Summary: Hi, I am trying to attach a file(a.txt) and send it to my_id@xyz.com using mail command. this is what I am using: uuencode a.txt a.txt | mail my_id@xyz.com After much trial and error I found that this...
Summary: Could someone please give me two examples of command line APPLICATIONS and state why these applications benefit from being command line. Thanks...