Tagged Questions
1
vote
4answers
928 views
Change Unix password from command line over Python/Fabric
I would like a way to update my password on a remote Ubuntu 10.4 box with fabric.
I would expect my fabfile.py would look something like this:
def update_password(old_pw, new_pw):
# Connects ...
1
vote
3answers
530 views
Unix programming. Not sure how to use the passwd struct
I've done some research and I'm still struggling with the passwd structure.
http://www.opengroup.org/onlinepubs/000095399/basedefs/pwd.h.html
I need to obtain the user ID however I dont think I'm ...
0
votes
2answers
56 views
when passwd command is executed (I know, with root privilage), cant it be exploited? If not, why? [closed]
when passwd command is executed (I know, with root privilage), cant it be exploited? If not, why?
Thanking you in advance!
0
votes
1answer
50 views
shell programming [closed]
Tell me the shell program to print home directory of each user. User details are stored in /etc/passwd