For you (I'm with inception) Code: RM696-21-3_PR_001:/home/user# chmod a+x ionice.real chmod: ionice.real: Operation not permitted -------------- RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) -sh: ./ionice.real: Operation not permitted RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71) -sh: ./ionice.real: Operation not permitted RM696-21-3_PR_001:/home/user# As USER: Code: ~ $ chmod a+x ionice.real chmod: ionice.real: Operation not permitted ~ $ -------------------------- ~ $ cd /home/user ~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) ionice.real: ioprio_set failed: Operation not permitted ~ $ ./ionice.real -p $(pidof bme_RX-71) unknown: prio 0 ~ $
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real chmod: ionice.real: Operation not permitted -------------- RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) -sh: ./ionice.real: Operation not permitted RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71) -sh: ./ionice.real: Operation not permitted RM696-21-3_PR_001:/home/user#
~ $ chmod a+x ionice.real chmod: ionice.real: Operation not permitted ~ $ -------------------------- ~ $ cd /home/user ~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) ionice.real: ioprio_set failed: Operation not permitted ~ $ ./ionice.real -p $(pidof bme_RX-71) unknown: prio 0 ~ $