Henrik <[email protected]> wrote: > Why doesn't the child process change the process name after the failed > execve() ? is it "just history" or is this a feature ?
The process name cannot be changed. THe only way is to create a new process with a new name. You can change argv[] for a process from inside but many tools for security reasons show pr_psargs[PRARGSZ] from /proc/<pid>/psinfo Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-discuss mailing list [email protected]
