Logging all activity on a tty/pty?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dan Stromberg

    #1

    Logging all activity on a tty/pty?


    Is there a way, using python, to (voluntarily) log all activity in a
    given shell, in a way that should work on pretty much all *ix's with a
    port of python?

    Thanks!

  • Grant Edwards

    #2
    Re: Logging all activity on a tty/pty?

    On 2005-08-23, Dan Stromberg <strombrg@dcs.n ac.uci.edu> wrote:[color=blue]
    >
    > Is there a way, using python, to (voluntarily) log all activity in a
    > given shell, in a way that should work on pretty much all *ix's with a
    > port of python?[/color]

    Yes. Assuming the Unix implimentation has ptys.

    --
    Grant Edwards grante Yow! Excuse me, but didn't
    at I tell you there's NO HOPE
    visi.com for the survival of OFFSET
    PRINTING?

    Comment

    • Benji York

      #3
      Re: Logging all activity on a tty/pty?

      Dan Stromberg wrote:[color=blue]
      > Is there a way, using python, to (voluntarily) log all activity in a
      > given shell, in a way that should work on pretty much all *ix's with a
      > port of python?[/color]

      If it's just a simple transcript you're wanting see "man script".
      --
      Benji York


      Comment

      Working...