[mod.computers.vax] ALLOCATE COMMAND

sysmgr@wpafb-jalcf.UUCP.UUCP (12/07/86)

From:	JALCF::SYSMGR       "Don Bailey"  5-DEC-1986 09:27
To:	SYSMGR,SYSMGR      
Subj:	


We are presently running on a Vax 11/780. What I would like to do is somehow
disable the ALLOCATE command to the users, I would then give the operator
control of the tape drives and the users would have to send requests to the
operator for the use of the drives. Any suggestions would be appreciated.
At this time I haven't had much luck with DCL.

Thanx in advance.....    Don              SYSMGR@WPAFB-JALCF.ARPA
------
------

Thx-1138@SRI-KL.ARPA:WILLIAMS@EDWARDS-2060.ARPA (Williams@Edwards-2060) (12/08/86)

Don,
	You can remove the ALLOCATE command verb (or any other one(s) you
like), by saying:

$Set Command/Table=Sys$Library:DCLTABLES.EXE/Output=FUDGETABLE.EXE -
  /Delete=ALLOCATE

Then, you need to set up "FUDGETABLE" as the CLITABLE in the desired victim(s)'
UAF record, and INSTALL the new table as shareable.  Of course, enlightened
users could set their command tables back to the original (full featured) one,
but the appropriate protections (ACLs) should take care of that.

					Cheers,
						Marc
-------