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.
|
|
01-16-2010, 09:27 AM
|
#1
|
Member
Registered: Jan 2009
Posts: 132
Rep:
|
Viewing logs when they're scrambled looking..
Instead of viewing logs via SSH / PUTTY.
I like to download them first to my PC..and view em there..so that I dont miss any lines or anything.
Some of the logs show up as normal text.. others looks all scrambled & i'm guessing encrypted ?
How do I find a good log viewer, to decrypt the scrambled looking ones ?
I've just been using WordPad for the most part.
This is a super noobish question i'm sure.
|
|
|
01-16-2010, 09:39 AM
|
#2
|
Member
Registered: May 2009
Posts: 142
Rep:
|
1. What are the full names of the log files you have downloaded?
2. Don't use wordpad. Apart from using different line endings to *nixes, it will 'helpfully' try to deciper character combinations for formatting, resulting in a mess of an output ;-)
Try the excellent free 'notepad++' but set it to 'unix' under the preferences.
I suspect you may be looking at gzipped log files (eg /var/log/mail.info.1.gz etc) and this in combination with wordpad is giving you the impression of encrypted output.
|
|
|
01-16-2010, 11:36 AM
|
#3
|
Member
Registered: Sep 2009
Location: Russia
Distribution: Gentoo, LFS
Posts: 399
Rep:
|
tail -n 500 /var/log/yourlogfile | less in PuTTY and you won't miss anything
tail --help for details.
|
|
|
01-18-2010, 01:42 PM
|
#4
|
Member
Registered: Jan 2009
Posts: 132
Original Poster
Rep:
|
Quote:
Originally Posted by Web31337
tail -n 500 /var/log/yourlogfile | less in PuTTY and you won't miss anything
tail --help for details.
|
My version of Putty doesn't scroll up though..whatever is on the screen, thats it.
Is there a secret way to scroll up ? I believe I have version 0.57 Putty.
|
|
|
01-18-2010, 02:22 PM
|
#5
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Use "less" as a pager. And there are certain logs like wtemp,
lastlog, faillog that have binary content - not because they're
encrypted, but because they're meant to be used by a program
like "last" that will show their contents in human readable form.
Cheers,
Tink
|
|
|
01-18-2010, 03:14 PM
|
#6
|
Member
Registered: Jan 2009
Posts: 132
Original Poster
Rep:
|
Quote:
Originally Posted by Tinkster
Use "less" as a pager. And there are certain logs like wtemp,
lastlog, faillog that have binary content - not because they're
encrypted, but because they're meant to be used by a program
like "last" that will show their contents in human readable form.
Cheers,
Tink
|
Thats amazing, I was just about to post how to view 'lastlog' as all I saw where come scrambled characters.
How can I view that ? I running Plesk as well. 9.2.3
I guess I need to use last to view lastlog ? how is it possible.
much appreciated.
|
|
|
01-18-2010, 03:42 PM
|
#7
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
I have no idea how plesk interacts with the system - sorry;
never seen or used it.
|
|
|
01-18-2010, 05:05 PM
|
#8
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
|
|
|
01-19-2010, 08:53 AM
|
#9
|
Member
Registered: Jan 2009
Posts: 132
Original Poster
Rep:
|
Quote:
Originally Posted by chrism01
|
Can I just have the command to view lastlog ?
ls -s ?
|
|
|
01-19-2010, 09:07 AM
|
#10
|
Member
Registered: May 2009
Posts: 142
Rep:
|
Or change the number of 'lines of scrollback' in Putty (hint: Catagory > Window > Control Of Scrollback in Window)
|
|
|
01-19-2010, 10:53 AM
|
#11
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Can I just have the command to view lastlog ?
|
The command to view lastlog is last, kind of unsurprisingly.
But looking at the man-pages should have told you that?
|
|
1 members found this post helpful.
|
01-19-2010, 05:17 PM
|
#12
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
According to that man page the cmd is lastlog ...
Quote:
lastlog formats and prints the contents of the last login log /var/log/lastlog file. The login-name, port, and last login time will be printed. The default (no flags) causes lastlog entries to be printed, sorted by their order in /etc/passwd.
|
|
|
|
All times are GMT -5. The time now is 07:21 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
|
|