• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: January 24th, 2024

help-circle

  • Another way to do this is sudo su -c 'this is my command

    E.g. change a fan setting on a ThinkPad with:

    sudo su -c 'echo "level full-speed" > /proc/acpi/ibm/fan'

    So to run a shell you could do all sorts of tricks like:

    sudo su -c '/bin/bash -i' and such.

    Never know when it comes in handy.

    EDIT: Damn, downvoted, any reason why? It works on my machine with a locked root user or one without a PW and I made sure to test it before posting, but I’d love an explanation of why it wouldn’t work if that’s the reason for the downvote. Was just hoping it would be useful to somebody :/