Hacker News new | ask | show | jobs
by dyladan 3900 days ago
Not only that, but command line options are generally not secure from other users on the system. Just running `ps -ef` can read command line options from any user. A more secure alternative would be running the program in an interactive mode.