What is sudo command used for in Linux?
Experience Level: Junior
Tags: Linux
Answer
The sudo command allows you to run programs with the security privileges of another user (by default, as the superuser). It prompts you for your personal password and confirms your request to execute a command by checking a file, called sudoers , which the system administrator configures.
Related Linux job interview questions
What is du command used for in Linux?
Linux JuniorWhat is df command used for in Linux?
Linux JuniorWhat is grep command used for in Linux?
Linux JuniorWhat is find command used for in Linux?
Linux JuniorWhat is locate command used for in Linux?
Linux Junior