the command that was run by cronjob
(由cronjob运行的命令)
bin/bash /abc/bcd/def/ghi/connectivity/connectivity_script.sh start tof as abcde with abc/abc.prop
But while i try to see this process using
(但是当我尝试使用)
/usr/ucb/ps -auwwwxxxx | egrep "connectivity_script.sh" | cat
i just see the below , but not the entire command.
(我只看到下面的内容,而不是整个命令。)
bin/bash /abc/bcd/def/ghi/connectivity/connectivity_script.sh start tof as
How to fetch the entire command that was run using ps as i need to know which property file has been used?
(如何获取使用ps运行的整个命令,因为我需要知道已使用哪个属性文件?)
ask by LearningCpp translate from soabc/abc.prop in this case
(在这种情况下abc / abc.prop)