From 69b11d7df48f6aed299ef14d28fd47ee48e70643 Mon Sep 17 00:00:00 2001 From: Dhanraj Parmar Date: Sat, 3 Nov 2018 18:18:19 +0530 Subject: [PATCH] add the text "15.sudo" (#20745) * add the text "15.sudo" * Format the text properly --- guide/english/linux/basic-linux-commands/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/linux/basic-linux-commands/index.md b/guide/english/linux/basic-linux-commands/index.md index a8a5fb0a5e..7eee476a82 100644 --- a/guide/english/linux/basic-linux-commands/index.md +++ b/guide/english/linux/basic-linux-commands/index.md @@ -67,6 +67,9 @@ When starting out with linux, there are some basic commands everyone should know 25409 s004 Ss 0:00.04 login -pf ``` + 15. **sudo** - execute a command as super user +- A widely used command in the Linux command line, sudo stands for "SuperUser Do". So, if you want any command to be done with administrative or root privileges, you can use the sudo command. + ### Useful Resources for Practice: - [JSLinux](https://bellard.org/jslinux/vm.html?url=https://bellard.org/jslinux/buildroot-x86.cfg): Run the terminal inside your browser. Great for practice. - [LearnShell](https://www.learnshell.org/): Interactive Linux shell (terminal) tutorials.