Advertisement
Guest User

Using Defaults

a guest
Jun 15th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. vagrant@precise32:~$ Defaults root:requiretty
  2. No command 'Defaults' found, did you mean:
  3.  Command 'defaults' from package 'gnustep-base-runtime' (universe)
  4. Defaults: command not found
  5. vagrant@precise32:~$
  6. vagrant@precise32:~$ defaults root:requiretty
  7. defaults: unknown option supplied!
  8. vagrant@precise32:~$
  9. vagrant@precise32:~$ Defaults vagrant:requiretty
  10. No command 'Defaults' found, did you mean:
  11.  Command 'defaults' from package 'gnustep-base-runtime' (universe)
  12. Defaults: command not found
  13. vagrant@precise32:~$
  14. vagrant@precise32:~$ defaults vagrant:requiretty
  15. defaults: unknown option supplied!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement