Top "Su" questions

GENERAL SU SUPPORT IS OFF-TOPIC.

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
Linux C programming execute as user

I have an program which I run as root. I would like the program to execute another application as a …

c linux su setuid
Running forever within su as a different user

I am experiencing weird behavior with forever, which I want to use to keep alive my node app. I want …

node.js bash su forever
Executing su user (without password) on paramiko ssh connection

I need to login in ssh to a server, do "su username" (without password) to execute some commands as that …

python shell ssh paramiko su
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