![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| I forgot my UNIX password!! | Mr Big | UNIX for Dummies Questions & Answers | 5 | 09-11-2006 09:00 AM |
| UNIX ID Password Expiration | tads98 | HP-UX | 2 | 08-14-2005 10:20 PM |
| UNIX password file | jodders | UNIX for Dummies Questions & Answers | 1 | 02-21-2005 02:14 PM |
| Password (AIX UNIX) | randyth | UNIX for Dummies Questions & Answers | 2 | 05-16-2002 10:20 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Unix Password File
Please where do i find the password file in Unix???
What is it called ...? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
It's in the /etc directory. It's name is "passwd".
The full path to it is /etc/passwd Most modern passwd files do not have the actual password in it anymore, though, so it is usually readable by anyone... |
|
#3
|
|||
|
|||
|
Well your password file is just info like group, default shell, UID, home directory.. so on and so on. /etc/passwd
Solaris keeps your encryted password in /etc/shadow. This is where your actual "password" is if that is what you are asking. |
|
#4
|
||||
|
||||
|
passwd file
Ednut,
Just as a general tip. You can access a lot of info about almost any unix word by using "man". Just type " man passwd" and you will get the manual page on passwd. Most "man pages" will give you a great deal of info on the command or commonn file. A good book to get would be "UNIX in a Nutshell" by O'Reilly. It has a lot of good stuff! |
|
#5
|
|||
|
|||
|
Passwd File
Quote:
|
|
#6
|
|||
|
|||
|
Is there any possibility that a superuser can trace that password?
|
|
#7
|
|||
|
|||
|
password file
No one on the system including the root can trace your passdword.but he can change/erase your password!
thanks Bhupal |
|||
| Google The UNIX and Linux Forums |