I need to switch to another user with sudo su -user
command but I have problems with that because it was asking me password so I type something like
echo mypass | sudo -S su user
and it doesn't work also.
How can I switch user without asking me password or can I send somehow password like su user -p password
?