[mod.computers.vax] VMS equiv of BSD 'script'?

page@ULOWELL.CSNET (Bob Page) (12/31/85)

How can I log a terminal session (input and output) without giving a user
NETMBX privs?  Something similar to BSD's script(1) command.  Seems easy
enough to do, but I can't find it.

..Bob

Internet: page@ulowell.CSNET
UUCP:     wanginst!ulowell!page

info-vax@ucbvax.UUCP (01/01/86)

Try

$ SET HOST NODENAME/LOG=TYPESCRIPT.LIS

info-vax@ucbvax.UUCP (01/04/86)

> How can I log a terminal session (input and output) without giving a user
> NETMBX privs?  Something similar to BSD's script(1) command.  Seems easy
> enough to do, but I can't find it.

Use the $SET HOST /LOG to create a file SETHOST.LOG which echos all input/
output for that session.

HENRIK@MIT-MC.ARPA ("Lawrence A. DeLuca, Jr.") (01/04/86)

I usually give out TMPMBX and NETMBX by default. 

					larry...

sasaki@HARVARD.HARVARD.EDU (Marty Sasaki) (01/06/86)

There are several versions of a program called "photo" that acts like
script. All of the versions that I know of use pseudo terminal
drivers.

There are several advantages to using photo over "set host 0/log":

    o	You don't need NETMBX. While there isn't much harm with
	granting NETMBX, I can see restricting access to the network.

    o	You don't have to log in again.

    o	You can restrict access. Photo can check the parent process to
	make sure that someone isn't running a photo within a photo
	within a photo. Students would often get confused and do
	multiple "set hosts".

The only real problem is that DECNET is much more efficient.

Photo (as well as several pseudo terminal drivers) have been
distributed on the DECUS Symposium tapes.

		Marty Sasaki