Penguin
Diff: ShellBuiltinNotes
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of ShellBuiltinNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, August 16, 2007 8:34:00 pm by BenStaz Revert
Older page: version 2 Last edited on Thursday, August 16, 2007 8:03:15 pm by BenStaz Revert
@@ -18,5 +18,5 @@
  
 !Why can I not use ''sudo <shell_builtin>'' ? 
  
 A shell builtin is not an executable file so sudo does not know about it. 
-You will need to use the command ''sudo -s'' to get a new shell with root privileges or alternatively you can do ''sudo bash -c "<shell_builtin>" [args]''. 
+You will need to use the command ''sudo -s'' to get a new shell with root privileges or alternatively you can do ''sudo bash -c "<shell_builtin>" ~ [args~ ]''.