Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. systemd───login───bash───pstree
  2. ^^^^^^^^^^^^^^^ these are owned by root
  3. ^^^^^^^^^^^^^ these are owned by my user
  4.  
  5. systemd─┬─login───bash
  6. └─login───bash───pstree
  7. ^^^^^^^^^^^^^^^ these are owned by root
  8. ^^^^^^^^^^^^^ these are owned by my user
  9.  
  10. systemd───sshd───sshd───sshd───bash
  11. ^^^^^^^^^^^^^^^^^^^^^ these are owned by root
  12. ^^^^^^^^^^^ these are owned by my user
  13.  
  14. systemd───sshd─┬─sshd───sshd───bash
  15. └─sshd===sshd───bash───pstree
  16. ^^^^^^^^^^^^^^^^^^^^^ these are owned by root
  17. ^^^^^^^^^^^^^^^^^^^^ these are owned by my user
  18.  
  19. systemd───sshd───sshd───sshd─┬─bash
  20. └─bash───pstree
  21. ^^^^^^^^^^^^^^^^^^^^^ these are owned by root
  22. ^^^^^^^^^^^^^^^^^^^^ these are owned by my user
  23.  
  24. systemd─┬─login───bash───tmux: client
  25. └─tmux: server─┬─3*[bash]
  26. └─bash───pstree
  27.  
  28. ssh -t user@host tmux -L foo
  29.  
  30. systemd───plasmashell───konsole───bash
  31. ^^^^^^^ this is owned by root
  32. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ these are owned by my user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement