Guest User

Untitled

a guest
Oct 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. $pstree -ua
  2. ...
  3. ├─gnome-terminal-,me <--- these are the set of bash terminals I'm trying to "reopen"
  4. │ ├─bash
  5. │ │ └─zsh
  6. │ │ └─su,root
  7. │ │ └─bash
  8. │ │ └─su me
  9. │ │ └─bash,me
  10. │ │ └─zsh
  11. │ │ └─java -Xms1g -Xmx1g ...
  12. │ │ └─91*[{java}]
  13. │ ├─bash
  14. │ │ └─zsh
  15. │ │ └─node --no-warnings ./bin/../src/cli
  16. │ │ └─9*[{node}]
  17. │ ├─bash
  18. │ │ └─zsh
  19. │ │ └─npm
  20. │ │ ├─node ...
  21. │ │ │ ├─node...
  22. │ │ │ │ └─9*[{node}]
  23. │ │ │ └─5*[{node}]
  24. │ │ └─9*[{npm}]
  25. │ ├─bash
  26. │ │ └─zsh
  27. │ │ └─pycharm.sh ./pycharm.sh
  28. │ │ └─java -classpath/home/rvi
  29. │ │ ├─fsnotifier64
  30. │ │ └─38*[{java}]
  31. │ ├─bash
  32. │ │ └─zsh
  33. │ ├─gnome-pty-helpe
  34. │ └─3*[{gnome-terminal-}]
  35. ├─gnome-terminal-,me <--- The session I'm currently using to try to find info on the old one
  36. │ ├─bash
  37. │ │ └─zsh
  38. │ │ └─pstree -ua
  39. ...
Add Comment
Please, Sign In to add comment