If a User Account is locked,which file you need to check and
how do you get to know at what time it has been locked.

Answers were Sorted based on User's Feedback



If a User Account is locked,which file you need to check and how do you get to know at what time it..

Answer / swamy naidu kollu

By default User account information is stored
in /etc/passwd & /etc/shadow file. So have to
edit /etc/shadow file and delete the *LK* for that
particular user password mapped in /etc/shadow.

or

unlock it using

#passwd -u <user name>

or

#passwd <user name>
Newpasswd:*******
Re-enter:*******
==================================================
With regards to logs depends on what naming service you are
using ( NIS or LDAP). You can check them in the log files
at what time the user account was locked.

Is This Answer Correct ?    8 Yes 1 No

If a User Account is locked,which file you need to check and how do you get to know at what time it..

Answer / arun

You can try the above solution...

And one more command is last command will help you find user
information...

Is This Answer Correct ?    1 Yes 0 No

If a User Account is locked,which file you need to check and how do you get to know at what time it..

Answer / icha

For NIS, you may try the directory /var/yp/ypfile, yp is an
acronym for yellow page/s

Is This Answer Correct ?    0 Yes 0 No

If a User Account is locked,which file you need to check and how do you get to know at what time it..

Answer / sudas

Thank you Swamy.
Can you please share the log file location,if it is NIS or
LADAP.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Solaris Commands Interview Questions

tell me the steps to configure the vg

2 Answers   Wipro,


How to check boot promt version from command prompt

7 Answers   IBM,


Explain about init phases

4 Answers  


how to change boot disk

4 Answers  


How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user

4 Answers   Tech Mahindra,






how to add a script, that execute at start time

3 Answers  


Syntax for useradd commad

4 Answers  


what is cluster.

5 Answers  


If the system panic or system not booting

1 Answers  


Syntex to execute a ufsdump

3 Answers  


What are printer daemon

2 Answers  


how to find out the how many disks attached in the server?

13 Answers   Accel, HP,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)