tips Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris tips Solaris
# 1  
Old 03-18-2006
tips Solaris

hi all...
I need to know, how I can create a log when the user loggin and logout...day and hour....any person help me.....
thank you
# 2  
Old 03-18-2006
solaris does it already, have a look at the command "last"

gP
# 3  
Old 03-18-2006
Quote:
Originally Posted by pressy
solaris does it already, have a look at the command "last"

gP

ok...thanks but how i can see when the user "logon and logout"?
# 4  
Old 12-17-2007
Hi, the ouput of the last command itself shows the last login and logout time. If you want to search for specific user, then you can probably use:

$ last | grep "username"

Hope this helps.

UP
# 5  
Old 12-17-2007
or better:
Code:
last username

# 6  
Old 12-17-2007
nice, after over 1 1/2 year... maybe the answer is a little late Smilie
# 7  
Old 12-17-2007
.... but we did get an answer, at last.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 performance optimization tips

Hi, I need general tips for solaris 11 performance optimization. For example - disable the unused services, etc. Thanks, Bhavin (2 Replies)
Discussion started by: bhavin1
2 Replies

2. UNIX for Dummies Questions & Answers

tips

hi... I want some tips for standardizing shell script code... (1 Reply)
Discussion started by: xerox
1 Replies

3. UNIX for Dummies Questions & Answers

Just asking - Tips on how to maintain your scripts ..

Hi all, Just writing to ask if any one can advise on what tools to use best for maintaining your scripts ... preferably free/open source and portable if there is one, that is, one that can be placed and run on a USB stick ... At the moment, am having them in directories and files and no... (2 Replies)
Discussion started by: newbie_01
2 Replies

4. Post Here to Contact Site Administrators and Moderators

Solaris tips and tricks

What do you think could we open new top topic with tips and tricks and to show to other users some tricks what do we know like dtrace , new virtual server , how to add new users etc. This is only suggestion (1 Reply)
Discussion started by: solaris_user
1 Replies

5. Red Hat

linux tips

Hi, I am working on a linux install to a desktop pc and will configure this onto our main server once happy with the functions etc. I am actually a HP and AIX sys admin and was looking for the best ways to: create a bootable file that can be copied to dvd-rw / cd-rw or to dds be able to... (8 Replies)
Discussion started by: chlawren
8 Replies

6. Tips and Tutorials

Welcome to Tips and Tutorials

Tips and Tutorials was created partially as an overflow from our Answers to Frequently Asked Questions. We noticed that some of the info in that forum did not really answer a question that is frequently asked. We want to keep the FAQ forum small so that it is easily browsed. Also, a few users... (0 Replies)
Discussion started by: Perderabo
0 Replies

7. UNIX for Dummies Questions & Answers

Tips on startup?

I'm running a small FreeBSD 5.1 system @ home. Whenever you log in with a normal account (not root) the system displays a random tip (commands, etc.) after the MOTD. I'd like to turn this feature off so that my custom MOTD fits on one screen. Is this posible at all? (3 Replies)
Discussion started by: McFlashbang
3 Replies
Login or Register to Ask a Question