Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tyingq
on April 25, 2020
|
parent
|
context
|
favorite
| on:
Shell Productivity Tips and Tricks
Not a real solution, but you can assign new values to argv/argc to hide things from ps.
With Perl, for example, assign to $0.
$0="what /bin/ps will see";
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
With Perl, for example, assign to $0.
$0="what /bin/ps will see";