Lines Matching refs:echo
141 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks
156 # echo pid > /sys/fs/cgroup/network/<new_class>/tasks
158 # echo pid > /sys/fs/cgroup/network/<orig_class>/tasks
314 4) Create the new cgroup by doing mkdir's and write's (or echo's) in
331 /bin/echo 2-3 > cpuset.cpus
332 /bin/echo 1 > cpuset.mems
333 /bin/echo $$ > tasks
394 # echo "/sbin/new_release_agent" > /sys/fs/cgroup/rg1/release_agent
411 # /bin/echo $$ > tasks
427 # /bin/echo PID > tasks
432 # /bin/echo PID1 > tasks
433 # /bin/echo PID2 > tasks
435 # /bin/echo PIDn > tasks
439 # echo 0 > tasks
670 Q: what's up with this '/bin/echo' ?
671 A: bash's builtin 'echo' command does not check calls to write() against