Skip to main content
Using the right quotation marks in the command. Some minor stuff.
Source Link

sudosudo has to cover whole the redirection in orderso it can be completely executed underby root:

$ sudo sh -c "/usr/bin/echo 3 > /proc/sys/vm/drop_caches”drop_caches"

sudo has to cover whole redirection in order it can be completely executed under root:

$ sudo sh -c /usr/bin/echo 3 > /proc/sys/vm/drop_caches”

sudo has to cover whole the redirection so it can be completely executed by root:

$ sudo sh -c "/usr/bin/echo 3 > /proc/sys/vm/drop_caches"
added 1 character in body
Source Link
rasty.g
  • 848
  • 1
  • 6
  • 6

sudo has to cover whole redirection in order it can be completely executed under root:

$ sudo sh -c “usr“/usr/bin/echo 3 > /proc/sys/vm/drop_caches”

sudo has to cover whole redirection in order it can be completely executed under root:

$ sudo sh -c “usr/bin/echo 3 > /proc/sys/vm/drop_caches”

sudo has to cover whole redirection in order it can be completely executed under root:

$ sudo sh -c “/usr/bin/echo 3 > /proc/sys/vm/drop_caches”
bold is evil; use code escapes
Source Link
garethTheRed
  • 35k
  • 4
  • 101
  • 106

sudo has to cover whole redirection in order it can be completellycompletely executed under root:

$ sudo sh -c “usr/bin/echo 3 > /proc/sys/vm/drop_caches”

sudo has to cover whole redirection in order it can be completelly executed under root:

$ sudo sh -c “usr/bin/echo 3 > /proc/sys/vm/drop_caches”

sudo has to cover whole redirection in order it can be completely executed under root:

$ sudo sh -c “usr/bin/echo 3 > /proc/sys/vm/drop_caches”
Source Link
rasty.g
  • 848
  • 1
  • 6
  • 6
Loading