Thread Script nicht ohne Admin-Rechte starten (5 answers)
Opened by Gast at 2007-07-09 19:10

MisterL
 2007-07-09 19:38
#78318 #78318
User since
2006-07-05
334 Artikel
BenutzerIn
[default_avatar]
Unter *nix geht das so:
Code: (dl )
1
2
3
4
5
6
7
#
# Check for root
#
if [ `id -u` != "0" ]; then
echo -e "You should be root to start this program"
do_exit ${ERR_no_suid}
fi
(hab ich aus einem Installationsskript für ein SAP System entnommen)
“Perl is the only language that looks the same before and after RSA encryption.”

View full thread Script nicht ohne Admin-Rechte starten