Linux ssh bash fork retry: no child processes

后端 未结 3 1765
南笙
南笙 2021-02-14 06:40

I am on arch linux, accessing an account on a server over SSH. I have run a bash script containing recursion that results in an infinite loop of \"no such file or directory\" wh

3条回答
  •  终归单人心
    2021-02-14 07:11

    Run ps faux (you might need to run it from other user or with sudo) and search for the offending process (may look like a big branch of the tree)

    If needed, kill the process via its PID

提交回复
热议问题