Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [nix-shell:~/nixos/nixpkgs]$ echo $SHELL
  2. /nix/store/m7v6p7yxqyhnc4sxp49zp857cjamp996-bash-interactive-4.4-p23/bin/bash
  3.  
  4. [nix-shell:~/nixos/nixpkgs]$ pstree $$
  5. strace: Process 2637 attached
  6. [pid 2637] execve("/home/dema/.nix-profile/bin/pstree", ["pstree", "2598"], 0xcaf008 /* 152 vars */) = 0
  7. -+= 02598 dema bash --rcfile /tmp/nix-shell-2598-0/rc
  8. \--= 02637 dema pstree 2598
  9. [pid 2637] +++ exited with 0 +++
  10. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2637, si_uid=1000, si_status=0, si_utime=0, si_stime=2} ---
  11.  
  12. [nix-shell:~/nixos/nixpkgs]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement