Questions tagged as 'sudo'

2
answers

PROBLEM with SUDO "must be setuid root" [closed]

So, I think the title is self-explanatory. I'm a beginner on Linux, I've been trying to install Steroids (test environment for hybrid APP's) following this tutorial (the second, from installation), and now whenever I try to use SUDO this messa...
asked by 14.02.2015 / 06:47
1
answer

Error: "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 on bitbucket when I make git pull in production. Everything works perfectly when I use the sudo git pull command, however I'd like t...
asked by 22.06.2018 / 20:24
1
answer

What does this -j8 mean?

I'm learning how to set up a server and I came across this -j8 command. I found nowhere an explanation of why this command. Could someone help me understand what he does? Thanks in advance     
asked by 25.04.2018 / 04:50
3
answers

How to use Raspberry as a super user?

I am using a Raspberry in which I installed a Python program with its files and reports folder. The problem is that I can not delete the files because only super user can do it. I need the user to be able to delete the files and everything. How...
asked by 09.02.2018 / 12:48
1
answer

Does the "sudo" command work in Debian?

I tried to run sudo in python and it 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 installing it, running: sudo apt-get build-dep python-matplotlib...
asked by 18.04.2018 / 09:16
1
answer

sudo npm install on Windows?

I use the command - sudo npm install - in mac. What is the equivalent of this command in Windows? runes? I'm installing a library on my local server and need to run this command.     
asked by 30.10.2016 / 01:56