30.1k views
4 votes
You are trying to create a user from the command line on a Linux computer. You get an error that permission is denied. What should you do?

User Zergussino
by
4.7k points

1 Answer

4 votes

Answer:

preface the command with sudo

Step-by-step explanation:

In the scenario being described, the best course of action would be to preface the command with sudo . This is because sudo is a program Linux operating system that allows the individual user to run programs with the security privileges of another user, which usually applies to the superuser. In this scenario, this would allow the user to bypass the error message and gain access to such a task.

User Carlosdubusm
by
5.2k points