On So, 2015-12-06 at 17:20 +0100, Rainer Stratmann wrote:
> How to do this?
> 
> I would like to run a script with root rights from an application.
> The password should be transferred automatically.

Others told that unix doesn't allow skripts run as root.

For your task sudo may help. With it you allow the user (or group) in
question to run programs with root rights, but they have to identify
with their own password. Lowering security risk ...

-- 
Marc Santhoff <m.santh...@web.de>

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to