you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 3 years ago (1 child)

Wait you guys don't sudo echo o > /proc/sysrq-trigger?

  • source
  • hideshow 2 child comments
  • [–] 33 points 3 years ago (3 children)

    I think you'd have to do echo o | sudo tee /proc/sysrq-trigger, otherwise sudo only works for the echo, not the write.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 14 points 3 years ago (1 child)

    Holy shit the reason for tee never really clicked until I saw this post. I’d used it in pasted commands, but it had always seemed superfluous.

  • source
  • parent
  • hideshow 2 child comments