Lastlog output help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Lastlog output help
# 1  
Old 02-17-2012
Lastlog output help

what does the filed +0100 +0000 actually indicates
Code:
abcd             pts/30   pdd10264 Fri Sep  2 11:06:51 +0100 2011
robo             pts/5    pdd10280 Mon Feb 13 16:32:45 +0000 2012

# 2  
Old 02-17-2012
timezone difference?
This User Gave Thanks to daWonderer For This Post:
# 3  
Old 02-17-2012
The "lastlog" command is non-standard and where it is available it is not always the same.
Please post you Operating System and version.


Ps. I agree with the previous poster. That format of time is usually about timezones.
# 4  
Old 02-17-2012
daylight vs standard time
# 5  
Old 02-17-2012
yes its the time difference i noticed GMT + 1

thanks a lot evry one

Methyl i am using RHEL 4.0 AS
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To cleanup the root entries in lastlog

Hi Folks, Is there a way to cleanup the root entries in the Linux server from the lastlog. For AIX and SUN server, this has been done Via the fwtmp command. (1 Reply)
Discussion started by: gsiva
1 Replies

2. Red Hat

Command understanding the output file destination in case of standard output!!!!!

I ran the following command. cat abc.c > abc.c I got message the following message from command cat: cat: abc.c : input file is same as the output file How the command came to know of the destination file name as the command is sending output to standard file. (3 Replies)
Discussion started by: ravisingh
3 Replies

3. Shell Programming and Scripting

Displaying log file pattern output in tabular form output

Hi All, I have result log file which looks like this (below): from the content need to consolidate the result and put it in tabular form 1). Intercomponents Checking Passed: All Server are passed. ====================================================================== 2). OS version Checking... (9 Replies)
Discussion started by: Optimus81
9 Replies

4. Shell Programming and Scripting

script to mail monitoring output if required or redirect output to log file

Below script perfectly works, giving below mail output. BUT, I want to make the script mail only if there are any D-Defined/T-Transition/B-Broken State WPARs and also to copy the output generated during monitoring to a temporary log file, which gets cleaned up every week. Need suggestions. ... (4 Replies)
Discussion started by: aix_admin_007
4 Replies

5. Shell Programming and Scripting

Awk script to run a sql and print the output to an output file

Hi All, I have around 900 Select Sql's which I would like to run in an awk script and print the output of those sql's in an txt file. Can you anyone pls let me know how do I do it and execute the awk script? Thanks. (4 Replies)
Discussion started by: adept
4 Replies

6. AIX

lastlog

There is also "host_last_login" information in a file /etc/security/lastlog . If I login to an appl (on AIX) via 'rexec' from my pc, I can see there pc's name or its IP: tty_last_login = rexec host_last_login = 10.50.38.74 I already collect login time/date/user into my own log... (1 Reply)
Discussion started by: frajer
1 Replies

7. AIX

clear/delete log from 'last' or 'lastlog' command

Dear Friends , From 'last' or 'lastlog' command , I can get the last login informations of the users . now as a system admin , If I want to delete the log information from this 'last' 'lastog' command , then is it possible to do ? plz inform ... ... (1 Reply)
Discussion started by: shipon_97
1 Replies

8. UNIX for Dummies Questions & Answers

Lastlog and launched process

Hello there, I "discovered" an interesting command lastlog, but I couldn't find, until now:cool:, if it's possible to get a list of the launched process by users and root during a certain of time... ...any idea would be really appreciated!!! Thanks in advance. Giordano Bruno (3 Replies)
Discussion started by: Giordano Bruno
3 Replies

9. Shell Programming and Scripting

how to make a line BLINKING in output and also how to increase font size in output

how to make a line BLINKING in output and also how to increase font size in output suppose in run a.sh script inside echo "hello world " i want that this should blink in the output and also the font size of hello world should be big .. could you please help me out in this (3 Replies)
Discussion started by: mail2sant
3 Replies

10. AIX

lastlog has duplicates

Hello, we are running AIX 4.3.3, has anyone experienced an issue with the lastlog file where there are duplicate entries. ie. # mkpasswd -c #mkpasswd -c /etc/security/lastlog ---> /etc/security/lastlog.idx 3004-779 Duplicate key found. "userazs" 3004-778 Index operation failed.... (1 Reply)
Discussion started by: chlawren
1 Replies
Login or Register to Ask a Question