如果我使用密码作为命令行参数,则在系统上使用密码ps.
ps
但是,如果我在一个bash shell脚本中,我会做类似的事情:
... { somecommand -p mypassword } ...
这仍然会出现在流程列表中吗?或者这样安全吗?
linux bash command-line password-protection command-line-arguments
bash ×1
command-line ×1
command-line-arguments ×1
linux ×1
password-protection ×1