Guest User

Untitled

a guest
Apr 21st, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $ env -i bash --noprofile --norc
  2. $ export
  3. declare -x OLDPWD
  4. declare -x PWD="/home/t"
  5. declare -x SHLVL="1"
  6.  
  7. $ env -i bash --noprofile --norc
  8. $ set
  9. BASH=/bin/bash
  10. BASHOPTS=cmdhist:complete_fullquote:expand_aliases:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
  11. BASH_ALIASES=()
  12. BASH_ARGC=()
  13. BASH_ARGV=()
  14. BASH_CMDS=()
  15. BASH_LINENO=()
  16. BASH_SOURCE=()
  17. BASH_VERSINFO=([0]="4" [1]="3" [2]="48" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
  18. BASH_VERSION='4.3.48(1)-release'
  19. COLUMNS=80
  20. DIRSTACK=()
  21. EUID=1000
  22. GROUPS=()
  23. HISTFILE=/home/user/.bash_history
  24. HISTFILESIZE=500
  25. HISTSIZE=500
  26. HOSTNAME=a
  27. HOSTTYPE=x86_64
  28. IFS=$' tn'
  29. LINES=24
  30. MACHTYPE=x86_64-pc-linux-gnu
  31. MAILCHECK=60
  32. OPTERR=1
  33. OPTIND=1
  34. OSTYPE=linux-gnu
  35. PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
  36. PPID=30961
  37. PS1='s-v$ '
  38. PS2='> '
  39. PS4='+ '
  40. PWD=/home/user
  41. SHELL=/bin/bash
  42. SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
  43. SHLVL=1
  44. TERM=dumb
  45. UID=1000
  46. _=bash
Add Comment
Please, Sign In to add comment