View previous topic :: View next topic |
Author |
Message |
windsok n00b
Joined: 20 Oct 2003 Posts: 14
|
Posted: Tue May 18, 2004 12:26 pm Post subject: FreeBSD watch for gentoo? |
|
|
One progam I like to use when using FreeBSD is the "watch" program, yet the program "watch" in gentoo is completly different to the "watch" in FreeBSD.
FreeBSD:
Code: |
WATCH(8) FreeBSD System Manager's Manual WATCH(8)
NAME
watch -- snoop on another tty line
SYNOPSIS
watch [-cinotW] [-f snpdev] [tty]
DESCRIPTION
The watch utility allows the user to examine all data coming through a
specified tty using the snp(4) device. If the snp(4) device is not
available, watch will attempt to load the module (snp). The watch util-
ity writes to standard output.
|
Linux:
Code: |
WATCH(1) Linux User's Manual WATCH(1)
NAME
watch - execute a program periodically, showing output fullscreen
SYNOPSIS
watch [-dhvt] [-n <seconds>] [--differences[=cumulative]] [--help]
[--interval=<seconds>] [--no-title] [--version] <command>
DESCRIPTION
watch runs command repeatedly, displaying its output (the first screen-
full). This allows you to watch the program output change over time.
By default, the program is run every 2 seconds; use -n or --interval to
specify a different interval.
|
So basiclly im wondering if there is a program similar to FreeBSD watch, for linux? FreeBSD watch is great for helping new users, as you can watch their every keystroke and tell them where they are going wrong.
So anyone got any idea?
Cheers. |
|
Back to top |
|
|
Epyon l33t
Joined: 11 Sep 2003 Posts: 754 Location: NJ, USA
|
|
Back to top |
|
|
tweakt Tux's lil' helper
Joined: 16 Sep 2003 Posts: 92 Location: Boston, MA. USA
|
|
Back to top |
|
|
windsok n00b
Joined: 20 Oct 2003 Posts: 14
|
Posted: Tue May 18, 2004 1:44 pm Post subject: |
|
|
anyone feel like making an ebuild for it? |
|
Back to top |
|
|
John5788 Advocate
Joined: 06 Apr 2004 Posts: 2140 Location: 127.0.0.1
|
Posted: Tue May 18, 2004 11:23 pm Post subject: |
|
|
heh, watch is a pretty fun program to mess with espcially if ur a sysadmin of a busy server _________________ John5788 |
|
Back to top |
|
|
Oopsz Guru
Joined: 08 Oct 2002 Posts: 340
|
|
Back to top |
|
|
cpasoft Tux's lil' helper
Joined: 16 May 2004 Posts: 89
|
Posted: Sun Jun 20, 2004 10:41 am Post subject: |
|
|
Is there a something like linspy to 2.6.x kernel??
Another thing like ttysnoop??
I usually use the ttysnoop, but i would like to test another alternatives...
Regards... |
|
Back to top |
|
|
xces Guru
Joined: 11 Oct 2002 Posts: 515
|
Posted: Sun Jun 20, 2004 5:16 pm Post subject: |
|
|
You might want to try 'screen' in multi-user mode. You can actually attach to a screen, when it is already attached and you can watch the other person typing (and you can even interact by typing yourself ) |
|
Back to top |
|
|
|