how can we know the creation time of user.

Answers were Sorted based on User's Feedback



how can we know the creation time of user...

Answer / indhu

check the /etc/shadow file. It will contain the
required information

Is This Answer Correct ?    12 Yes 6 No

how can we know the creation time of user...

Answer / girish

Unix doesn't maintain file creation date.

Is This Answer Correct ?    2 Yes 3 No

how can we know the creation time of user...

Answer / natraj

At the time of user creation, we will mention the user's
home directory.
#ls -ld /dirname
Above command will provide the date and time stamp of user
creation information.

Eg:#useradd -d /export/home/raj -m /raj
The above command will create user "raj" along with home
directory "raj" which has been followed by /export/home.

#ls -ld /raj
The above command will display the time & date stamp.

Thanks & Regards
Natraj

Is This Answer Correct ?    2 Yes 3 No

how can we know the creation time of user...

Answer / r@m

logins -x -l username it will show user creation date.

Is This Answer Correct ?    5 Yes 6 No

how can we know the creation time of user...

Answer / venkat

use this coomand to know the time of creation.
In last line it gives PS <creation time>

#logins -x -l venkat
venkat 1031 other 1
/export/home/venkat
/usr/bin/bash
PS 123110 -1 105 14

Is This Answer Correct ?    1 Yes 2 No

how can we know the creation time of user...

Answer / prasad

If we want to know the users creation time or any other
details abt user, simply u can check /etc/shadow file. this
file having user's details like expire field shows the time
of user

Is This Answer Correct ?    0 Yes 2 No

how can we know the creation time of user...

Answer / somwanshi_sachin

check the /etc/passwd file there is comment give date of
user created. when u create user that time u write a
comment line this date then we can check in /etc/passwd file

Is This Answer Correct ?    1 Yes 6 No

how can we know the creation time of user...

Answer / indhu

check in the /etc/shado. It will contain the
required information

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More Solaris General Interview Questions

User is not able to perform cron jobs. How do u troubleshoot?

6 Answers   Satyam, Wipro,


How to see the route?

4 Answers   Satyam, Wipro,


How many types of file system?

12 Answers   Blue Dart,


Tell me how to mount the floppy & cd-rom?

0 Answers  


How to configure Veritas Kernel? Daemons in Veritas VM?

2 Answers   Satyam, Wipro,






What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?

0 Answers  


solaris booting process.

4 Answers   HCL, Satyam, Wipro,


what are all the procedures i have to follow while patching a machine which has root mirroring ( SVM ).

2 Answers  


Hi friends this is rakesh recently i went to an interview there they asked me what is the port number using to connect telnet from one system to another system and what deamon is used to connect telnet.

6 Answers  


How to reset root password if root password is gone?

1 Answers   Satyam, Wipro,


format command is not working. It is showing all disks, but not going to further step. How to resolve that?

2 Answers   IBM,


How to check whether a particular port is open or not?

2 Answers   Satyam, Wipro,


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)