فهرست منبع

sudo: add example for interactive shell

Minh Nguyen 7 سال پیش
والد
کامیت
415d4834ea
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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`