Top "Sudo" questions

The sudo command is a program for Unix and Unix-like computer operating systems that allows a user to run programs with the security privileges of another user (normally the superuser, or root).

NO MODULE NAMED TKCALENDAR

I have installed the tkcalendar and xlwt using pip3 install tkcalendar and pip3 install xlwt which is successful and have …

python-3.x import sudo xlwt tkcalendar
Error in sudoers list

I have been trying to install Openstack on centos using devstack. When I run the script, I get the following …

centos sudo openstack devstack
Laravel Forge Cannot run sudo command

I'm using "Laravel Forge" and want to run sudo to create swap file, but it's failed because i cannot run …

laravel passwords root sudo forge
JSCH sudo su command "tty" error

Java - Jsch sudo command. I am using Jsch and my task is to login to server and run command …

sudo jsch tty su
Trouble logging in user using su and expect script

I am working on making a website for a class that you log into with a username and password, and …

bash expect sudo su
How to give permission using NSTask - objective-c

I need to basically do a "sudo" but, I need to give that kind of permission to my NSTask code. …

objective-c permissions sudo nstask
Cannot run solr (cannot open log file)

Been trying to get solr running for a while now... finally seemed like I got it. Following this tutorial. Ran …

java solr redhat sudo bin
OpenMPI / mpirun or mpiexec with sudo permission

I'm working on a code that work with Epiphany processor (http://www.parallella.org/) and to run Epiphany codes i …

c++ nodes sudo openmpi epiphany
Using smartctl without sudo

I have an Ubuntu server (3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 Linux-3.19.0-21-generic-x86_64-with-Ubuntu-15.04-vivid). It has …

ubuntu sudo smart-device
Passing su password in shell script

How can password be passed in a shell script using su(without sudo and except)?. I have tried echo "password" | …

shell sudo su