[fpc-pascal]Svga

Andreas K. Foerster akf1 at AKFoerster.de
Mon Sep 23 08:37:36 CEST 2002


On Mon, Sep 23, 2002 at 10:40:05AM +1000, James Mills wrote:

> It seems the only way to run such programs wether compiled with fpc or
> not, is to run them logged in as root.
> 
> Is there no other way to run these programs? It's so annoying logging in
> as root. And what happens if you go to someone else's computer and have
> no root access, how do you run your program then?
 
Make the program setuid root:
chown root <prog>
chmod u+s <prog>

-- 
Tschuess
	Andreas




More information about the fpc-pascal mailing list