What is the meaning of the character x in /etc/shadow file?

what is the meaning of the character x in /etc/shadow file
which is lying in the encrypted password column..
i need this urgently

It depends:

bin:x:6445::::::
oracle:$1$MExuvzum$z22J9toZXFyPEl2hpi.0H0:14376::::::

That field is the "encrypted" password. An x by itself as on the first line is an impossible value. It means that the account is locked because no password that can be given would match the x. The second line is a valid password field. It happens to contain an x. But this account is not locked. A valid password is possible. (Actually I fiddled with the field before I posted it publicly so it might be an impossible value too.)

its an passwd when u r comming to /etc/passwd it will be a link column

Hello Nsusheelgoud,

Per our forum rules, all users must write in English, use semi-formal or formal English language and style, and correct spelling errors.

The reason for this is that most software and operating systems are written in English and these are software related technical forums.

In addition, nearly 95% of all visitors to this site come here because they are referred by a search engine. In order for future searches on your post (with answers) to work well, you need to spell correctly!

So, as a benefit and courtesy to current and future knowledge seekers, please be careful with your language, check your spelling and correct your spelling errors. You might receive a forum infraction if you don't pay attention to this.

Also, do not write in cyberpunk or abbreviated chat style under any circumstances and do not use profanity. This is not a chat room, it is a formal knowledge base to serve you and everyone, of all ages and cultural backgrounds.

Thanks!

The UNIX and Linux Forums

its an encrypted passwd it follows diff types of algrtm to encrypt u can observe them in /etc/security profile file