Browse Source

sudo: add example for interactive shell

Minh Nguyen 7 năm trước cách đây
mục cha
commit
415d4834ea
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pages/common/sudo.md

+ 4 - 0
pages/common/sudo.md

@@ -17,3 +17,7 @@
 - Repeat the last command as sudo:
 
 `sudo !!`
+
+- Run an interactive shell with superuser privileges
+
+`sudo -i`