-
Notifications
You must be signed in to change notification settings - Fork 52
prochide
Ulrich Berntien edited this page Mar 29, 2019
·
1 revision
prochide - Execute a program hiden by a long program name
prochide EXEC_ARGUMENTS
prochide grabs the longest process name from ps (because we can't hide arguments, but we can choose something that makes them relatively invisible in the noise) and uses that as the $0 of whatever you execute.
The arguments are
- EXEC_ARGUMENTS: The arguments are passed to the exec command. The arguments could be exec options.
Needs the bash shell program. The dash shell is not supported.
Runs a program
$ prochide myprogram