Newbetuts
.
script to su with password in script without root
linux
su
You can pipe the password to su like this:
echo pa$$w0rd | su -c whoami user_1
Related
How to set default 'Adjust List Indents' - Word 2013
MOSH into bastion server, SSH into internal hosts
PowerShell 3.0 x64 bit broken after installing KB2506143
How do I configure apache to accept a client ssl certificate (if present) or authenticate using ldap (if the cert is absent)?
numa and taskset
Understanding connection tracking in iptables
Socat to share a serial link between multiple processes
Assign PowerShell script to run at startup using PowerShell on Window Server 2012
How to move a Windows instance to a different EC2 data centre?
"The server closed the connection without sending any data"
How to choose a correct value for open_file_cache in nginx configuration?
How to use an FTP server as backup space for Windows Server 2012
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook