回答:
あなたが意味したと思いますstrace -fetrace=open
か?
dtruss -f -t python myfile.pyを開く
dtruss
root権限が必要ですが、rootとしてトレースしたいコマンドを実行したくない場合があります。検討してくださいsudo dtruss -f -t open sudo -u $USER python myfile.py
$ sudo dtruss -f -t open sudo -u $USER python
: `dtraceは:システムの整合性の保護がオンになっている、一部の機能は、available`ことはないだろうdtrace: failed to execute sudo: dtrace cannot control executables signed with restricted entitlements