Most voted "sudo" questions
This command allows you to execute a command as if it were the superuser (root) or another user.
Learn more…7 questions
Sort by count of
-
2
votes2
answers894
viewsProblem with SUDO "must be setuid root"
So I think the title is self-explanatory. I’m beginner in Linux, I went to try to install Steroids (testing environment for hybrid APP’s) following this tutorial (the second, installation), and now…
-
1
votes2
answers312
viewsHow to make my script run with two clicks a command that contains sudo?
I have a very simple script, similar to this: #!/bin/bash #Seleciono o diretório onde se encontra o arquivo para execução cd '/home/vmi/Área de Trabalho/TesteComandosNoLinux' #Executo meu software…
-
0
votes3
answers381
viewsHow to use Raspberry as a super user?
I’m using a Raspberry in which I installed a Python program with its files and report folder. The problem is that I cannot delete the files, because only super user can. I need the user to be able…
-
0
votes1
answer80
viewsWhat does this -J8 mean?
I am learning how to set up a server and came across this command -J8. I have not found anywhere an explanation of why this command. Could someone help me understand what he does? Thanks in advance…
-
0
votes1
answer180
viewsError: "Unable to connect to cache daemon: Permission denied" when not using SUDO
I used that command git config --global credential.helper cache to store the login cache in bitbucket when git pull in production. Everything works perfectly when I use the command sudo git pull,…
-
-1
votes1
answer551
viewssudo npm install on Windows?
I use the command - sudo npm install - on mac. What is the equivalent of this command in Windows? runes? I am installing a library on my local server and need to run this command.…
-
-1
votes1
answer59
viewsDoes the "sudo" command work in Debian?
I tried to execute the sudo in python and returned me "bash: sudo: command not found", what’s the problem? I’m trying to use matplotlib and I’m not getting it, so I tried to install, running: sudo…