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@xxxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs