Linux wird als Benutzer ausgeführt
sudo -H -u otheruser bash -c 'echo "I am $USER, with uid $UID"'
feddynventor
sudo -H -u otheruser bash -c 'echo "I am $USER, with uid $UID"'