Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie From: louie@sayshell.umd.edu (Louis A. Mamakos) Newsgroups: comp.sys.next Subject: Re: Another ... Suggestion for NeXT, Inc. Message-ID: <1991May1.203035.25741@ni.umd.edu> Date: 1 May 91 20:30:35 GMT References: <1991May1.075944.11571@nntp-server.caltech.edu> <1991May1.174236.7775@engin.umich.edu> Sender: usenet@ni.umd.edu (USENET News System) Organization: University of Maryland, College Park Lines: 21 Do you *really* want yet another program (like the workspace manager!) with the ability to launch root shells or applications? Not me. I think there are too many suid-root programs on the machine already. When I've had to do sys-admin type stuff on the NeXT that I can't do from a shell prompt, I just su to root and launch the application from the shell. In my case, this is usually the Installer application. In summary: % su Password: secretword # /NextApps/Installer.app/Installer & # exit % This seems to work just fine. I suppose that a simple shell script could be written to accomodate the Foo.app style applications, but I don't have to do this often enough to worry about. If I'm going to be doing lots of administrative work, I just log in as root; do it; and log back out again.