Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-01-2005, 10:57 PM
|
#1
|
Member
Registered: Oct 2003
Location: Singapore
Distribution: debian
Posts: 162
Rep:
|
clear history "last" command
How do i clear all last login history?
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
09-01-2005, 11:02 PM
|
#2
|
Member
Registered: Aug 2004
Location: philippines
Posts: 51
Rep:
|
try this command
history -c
|
|
|
09-01-2005, 11:03 PM
|
#3
|
Member
Registered: Aug 2004
Location: philippines
Posts: 51
Rep:
|
sorry wrong command
|
|
|
10-17-2005, 04:53 AM
|
#4
|
Member
Registered: Oct 2003
Location: Singapore
Distribution: debian
Posts: 162
Original Poster
Rep:
|
any idea?
|
|
|
10-17-2005, 07:36 AM
|
#5
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
Run the command: >/var/log/wtmp
man last
|
|
|
12-03-2008, 10:27 AM
|
#6
|
Member
Registered: Oct 2008
Location: Online
Distribution: RHEL, Centos
Posts: 373
Rep:
|
#rm -f /var/log/wtmp && touch /var/log/wtmp
#chown root.utmp /var/log/wtmp && chmod 664 /var/log/wtmp
|
|
2 members found this post helpful.
|
11-03-2010, 12:22 PM
|
#7
|
LQ Newbie
Registered: Jul 2009
Posts: 1
Rep:
|
remove or clear the last login information
Display last login information
$ lastlog
Output
Username Port From Latest
root tty1 Thu Jan 25 15:23:50 +0530 2007
daemon **Never logged in**
bin **Never logged in**
sys **Never logged in**
sync **Never logged in**
vivek tty1 Sat Jan 27 22:10:36 +0530 2007
pdnsd **Never logged in**
sshd **Never logged in**
messagebus **Never logged in**
bind **Never logged in**
sweta tty1 Sat Jan 27 19:55:22 +0530 2007
To Clear last login information Simply overwrite /var/log/lastlog file. You must be the root user. First make a backup of /var/log/lastlog:
# cp /var/log/lastlog /root
Now overwrite file using any one of the following command:
# >/var/log/lastlog
OR
# cat > /var/log/lastlog
Press CTR+D
OR
# vi /var/log/lastlog
delete the contents of file and
# :wq
Last edited by b4big; 11-03-2010 at 12:24 PM.
|
|
|
11-03-2010, 12:38 PM
|
#8
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
|
Quote:
Originally Posted by chitambira
#rm -f /var/log/wtmp && touch /var/log/wtmp
#chown root.utmp /var/log/wtmp && chmod 664 /var/log/wtmp
|
Interesting; the chown man page has chown [OPTION]... [OWNER][:[GROUP]] FILE... but chown root.utmp <some file> works just fine.
|
|
|
11-03-2010, 12:47 PM
|
#9
|
LQ Newbie
Registered: Jun 2010
Distribution: Fedora
Posts: 24
Rep:
|
Sorry to interrupt, but this post has just been posted but already has more than 20000 views! Is it a bug in my web browser?
|
|
|
11-03-2010, 12:59 PM
|
#10
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
|
Quote:
Originally Posted by alanv
Sorry to interrupt, but this post has just been posted but already has more than 20000 views! Is it a bug in my web browser?
|
No, it's a Lazarus job -- the thread was started in 2005.
|
|
|
11-03-2010, 01:09 PM
|
#11
|
LQ Newbie
Registered: Jun 2010
Distribution: Fedora
Posts: 24
Rep:
|
Oh, I see. I should have looked at the date more carefully.
|
|
|
All times are GMT -5. The time now is 11:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|