#include int main (int argc, char *argv[]) { char stopit[]="/usr/local/tomcat-4.1.18/bin/stop_tomcat41180.sh"; setreuid(41180,41180); setregid(41180,41180); system(stopit); exit(0); }