Results 1 to 5 of 5
Hi,
Can somebody let me know the correct typing to view the running log.
ie( view usb ports when in or out of operation use !
using Kubuntu hardy herald
...
- 05-31-2008 #1Just Joined!
- Join Date
- Aug 2007
- Location
- Christchurch, New Zealand
- Posts
- 57
View running log
Hi,
Can somebody let me know the correct typing to view the running log.
ie( view usb ports when in or out of operation use !
using Kubuntu hardy herald
cheers
- 05-31-2008 #2Just Joined!
- Join Date
- May 2008
- Location
- Bangalore
- Posts
- 5
try tail -f /var/log/messages thats what i do on Fedora, but it should work on hardly heron too i guess.
- 05-31-2008 #3Just Joined!
- Join Date
- May 2008
- Posts
- 1
For USB devices you will want to use , 'dmesg'.
- 05-31-2008 #4Above code will give relevant info about USB device.Code:
tail -s 3 -f /var/log/messages
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-31-2008 #5Just Joined!
- Join Date
- Aug 2007
- Location
- Christchurch, New Zealand
- Posts
- 57
Thanks for your quick replies, i missed out the message part
tail -f /var/log/messages
cheers


Reply With Quote
