Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!xanth!mcnc!rti!ntcsd1!mab From: mab@ntcsd1.UUCP (Mark Bradford) Newsgroups: comp.unix.questions Subject: vi shell access Keywords: set shell Message-ID: <462@ntcsd1.UUCP> Date: 22 Nov 89 14:42:06 GMT Organization: Northern Telecom, Research Triangle Park, North Carolina Lines: 9 We have an application that allows the users to us vi. What we would like to do is to keep the users from accessing the shell. We currently do not allow the users to use ":!command" by setting the SHELL environment to a script. The problem has arisen that some of our users have learned to use the set shell option in vi. Is there any way of disabling this option? Thanks in advance.