Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created July 5, 2018 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/b37f15c7c1ff471efa395181d49fb061 to your computer and use it in GitHub Desktop.
Save jcrossley3/b37f15c7c1ff471efa395181d49fb061 to your computer and use it in GitHub Desktop.
ps -fj
UID PID PPID PGID SID C STIME TTY TIME CMD
jim 390 3616 390 390 0 Jun28 pts/3 00:00:00 /bin/bash --noediting -i
jim 28275 390 28275 390 0 09:41 pts/3 00:00:00 /bin/bash ./test/bin/integs.sh
jim 28279 28275 28275 390 0 09:41 pts/3 00:00:01 go run cmd/kwsk-server/main.go --port 8080 --istio 192.168.39.115:32000
jim 28430 28279 28275 390 0 09:41 pts/3 00:00:00 /tmp/go-build027040876/b001/exe/main --port 8080 --istio 192.168.39.115:32000
jim 29184 28275 28275 390 0 09:43 pts/3 00:00:00 ps -fj
kill -- "-$KWSK_PID"
./test/bin/integs.sh: line 24: kill: (-28279) - No such process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment