![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| /etc/passwd file been deleted | gera_sachin125 | SUN Solaris | 5 | 02-11-2008 09:36 AM |
| Is there a way to recover files deleted using rm command??? | kumarsaravana_s | Shell Programming and Scripting | 1 | 04-15-2007 01:23 PM |
| Passwd in the line command | sandba | Shell Programming and Scripting | 1 | 08-22-2006 08:33 AM |
| passwd command not working | rahulrathod | UNIX for Dummies Questions & Answers | 5 | 12-09-2004 11:46 AM |
| Deleted /etc/passwd | cyno | UNIX for Dummies Questions & Answers | 5 | 08-11-2002 12:00 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
how to get passwd command again if it is deleted by usin rm command
hai friends i have deleted passwd command using rm command i thought it will come again at the time of rebooting but it is completely deleted how to get it worked again
|
| Forum Sponsor | ||
|
|
|
||||
|
/etc/passwd is the password database file - /bin/passwd is a binary executable used for changing passwords (amongst other things) - the two are not the same.
As Perderabo suggests, you need to restore /bin/passwd (or /usr/bin/passwd on some Linuxes) from a backup. Cheers ZB |