Searched full:bash (Results 1 – 25 of 94) sorted by relevance
1234
259 bash-4251 [01] 10152.583854: path_put <-path_walk260 bash-4251 [01] 10152.583855: dput <-path_put261 bash-4251 [01] 10152.583855: _atomic_dec_and_lock <-dput266 showing the format. Task name "bash", the task PID "4251", the389 bash-4000 [01] 1477.606694: simple_strtoul <-strict_strtoul392 bash-4000 [01] 1477.606694: simple_strtoul401 bash-4000 [01] 1477.606694: simple_strtoul+0x6/0xa0407 bash-4000 [01] 1477.606694: simple_strtoul <c0339346>412 bash 4000 1 0 00000000 00010a95 [58127d26] 1720.415ms \516 | task: bash-3730 (uid:0 nice:0 policy:0 rt_prio:0)[all …]
208 # echo "((sig >= 10 && sig < 15) || sig == 17) && comm != bash" > filter215 # echo "((sig >= 10 && sig < 15) || dsig == 17) && comm != bash" > filter216 -bash: echo: write error: Invalid argument218 ((sig >= 10 && sig < 15) || dsig == 17) && comm != bash
8 # bash# find /etc -type f -name udev.conf10 # bash# grep udev_rules= /etc/udev/udev.conf12 # bash# ls /etc/udev/rules.d/14 # bash# cp /path/to/linux-2.6.xx/Documentation/aoe/udev.txt \
26 demonstrate this problem using nested bash shells:30 $ bash34 From a second, unrelated bash shell:40 This happens because bash can observe both signals and choose how it49 being frozen. This allows the bash example above and gdb to run as
29 process (bash) into it. CPU time consumed by this bash and its children
25 * strace -f -c bash -c 'ls ; ls' breaks, sometimes not tracing in handle_syscall()26 * children at all, sometimes hanging when bash doesn't see the first in handle_syscall()
51 KERNEL_MEMORY := $(shell /bin/bash -c 'printf "0x%08x" \54 KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%08x" \59 KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \
42 $ ns_exec -cm /bin/bash50 where 'ns_exec -cm /bin/bash' calls clone() with CLONE_NEWNS flag and execs51 /bin/bash in the child process. A pty created by the sshd is not visible in
11 # We require bash because the vmlinux link and loader script cpp use bash13 SHELL := /bin/bash
20 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \24 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \
171 #!/bin/bash184 bash -c "echo 1 > /proc/self/make-it-fail && exec $*"206 #!/bin/bash
1 #!/bin/bash