Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. knezi@holly tmp]$shopt -p
  2. shopt -u autocd
  3. shopt -u cdable_vars
  4. shopt -u cdspell
  5. shopt -u checkhash
  6. shopt -u checkjobs
  7. shopt -u checkwinsize
  8. shopt -s cmdhist
  9. shopt -u compat31
  10. shopt -u compat32
  11. shopt -u compat40
  12. shopt -u compat41
  13. shopt -u direxpand
  14. shopt -u dirspell
  15. shopt -u dotglob
  16. shopt -u execfail
  17. shopt -s expand_aliases
  18. shopt -u extdebug
  19. shopt -u extglob
  20. shopt -s extquote
  21. shopt -u failglob
  22. shopt -s force_fignore
  23. shopt -u globstar
  24. shopt -u gnu_errfmt
  25. shopt -u histappend
  26. shopt -u histreedit
  27. shopt -u histverify
  28. shopt -s hostcomplete
  29. shopt -u huponexit
  30. shopt -s interactive_comments
  31. shopt -u lastpipe
  32. shopt -u lithist
  33. shopt -u login_shell
  34. shopt -u mailwarn
  35. shopt -u no_empty_cmd_completion
  36. shopt -u nocaseglob
  37. shopt -u nocasematch
  38. shopt -u nullglob
  39. shopt -s progcomp
  40. shopt -s promptvars
  41. shopt -u restricted_shell
  42. shopt -u shift_verbose
  43. shopt -s sourcepath
  44. shopt -u xpg_echo
  45. knezi@holly tmp]$set -o
  46. allexport off
  47. braceexpand on
  48. emacs on
  49. errexit off
  50. errtrace off
  51. functrace off
  52. hashall on
  53. histexpand on
  54. history on
  55. ignoreeof off
  56. interactive-comments on
  57. keyword off
  58. monitor on
  59. noclobber off
  60. noexec off
  61. noglob off
  62. nolog off
  63. notify off
  64. nounset off
  65. onecmd off
  66. physical off
  67. pipefail off
  68. posix off
  69. privileged off
  70. verbose off
  71. vi off
  72. xtrace on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement