public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Any utility to capture a Konsole session.
@ 2011-12-01  8:32 ratheesh kannoth
       [not found] ` <CAPhiTEF4-vkewHgUTyC4oOA6_fKZofR_xVW00Ud5YywzsdKJ=Q@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: ratheesh kannoth @ 2011-12-01  8:32 UTC (permalink / raw)
  To: linux-newbie

I am using Kde  User interface in fedora.

i  would like to log all the  logs on a konsole. I could not find any
logging fecility in  konsole. Is there any utility ?


-Ratheesh
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Any utility to capture a Konsole session.
       [not found] ` <CAPhiTEF4-vkewHgUTyC4oOA6_fKZofR_xVW00Ud5YywzsdKJ=Q@mail.gmail.com>
@ 2011-12-01  8:54   ` ratheesh kannoth
  2011-12-02 11:34     ` Vladimir Budnev
  0 siblings, 1 reply; 3+ messages in thread
From: ratheesh kannoth @ 2011-12-01  8:54 UTC (permalink / raw)
  To: Frederick Kautz; +Cc: linux-newbie

I want all commands and its ourput to log like below


fox@xcr-lnx1:~/workout/test2 ] $ ls
cat  rat
[fox@xcr-lnx1:~/workout/test2 ] $ ps
  PID TTY          TIME CMD
11119 pts/37   00:00:00 csh
11132 pts/37   00:00:00 bash
11146 pts/37   00:00:00 ps
[fox@xcr-lnx1:~/workout/test2 ] $

On Thu, Dec 1, 2011 at 2:19 PM, Frederick Kautz <fkautz@gmail.com> wrote:
> Can you be more specific about what you are trying to do?
>
> For starting, a common technique is to use
>
> $ tail -f /var/log/[logname]
>
> to watch a specific log in a terminal. You can also specify multiple log
> files to follow.
>
> On Dec 1, 2011 12:32 AM, "ratheesh kannoth" <ratheesh.ksz@gmail.com> wrote:
>>
>> I am using Kde  User interface in fedora.
>>
>> i  would like to log all the  logs on a konsole. I could not find any
>> logging fecility in  konsole. Is there any utility ?
>>
>>
>> -Ratheesh
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.linux-learn.org/faqs
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Any utility to capture a Konsole session.
  2011-12-01  8:54   ` ratheesh kannoth
@ 2011-12-02 11:34     ` Vladimir Budnev
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Budnev @ 2011-12-02 11:34 UTC (permalink / raw)
  To: ratheesh kannoth; +Cc: linux-newbie

On 12/01/11 12:54, ratheesh kannoth wrote:
> I want all commands and its ourput to log like below
>
>
> fox@xcr-lnx1:~/workout/test2 ] $ ls
> cat  rat
> [fox@xcr-lnx1:~/workout/test2 ] $ ps
>    PID TTY          TIME CMD
> 11119 pts/37   00:00:00 csh
> 11132 pts/37   00:00:00 bash
> 11146 pts/37   00:00:00 ps
> [fox@xcr-lnx1:~/workout/test2 ] $
>
> On Thu, Dec 1, 2011 at 2:19 PM, Frederick Kautz<fkautz@gmail.com>  wrote:
>> Can you be more specific about what you are trying to do?
>>
>> For starting, a common technique is to use
>>
>> $ tail -f /var/log/[logname]
>>
>> to watch a specific log in a terminal. You can also specify multiple log
>> files to follow.
>>
>> On Dec 1, 2011 12:32 AM, "ratheesh kannoth"<ratheesh.ksz@gmail.com>  wrote:
>>> I am using Kde  User interface in fedora.
>>>
>>> i  would like to log all the  logs on a konsole. I could not find any
>>> logging fecility in  konsole. Is there any utility ?
>>>
>>>
>>> -Ratheesh
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>> Please read the FAQ at http://www.linux-learn.org/faqs
> --
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs

You could try an utility called 'script'.
Here is a little howto link with examples:
http://www.hermann-uwe.de/blog/capturing-and-replaying-console-terminal-sessions-with-script-and-scriptreplay

Hope it helps :)
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-02 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01  8:32 Any utility to capture a Konsole session ratheesh kannoth
     [not found] ` <CAPhiTEF4-vkewHgUTyC4oOA6_fKZofR_xVW00Ud5YywzsdKJ=Q@mail.gmail.com>
2011-12-01  8:54   ` ratheesh kannoth
2011-12-02 11:34     ` Vladimir Budnev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox