小编Jeo*_*eon的帖子

bash 中的链式管道抛出“不允许操作”

症状很简单。例如:

ls | grep a | grep b | grep c | grep d
Run Code Online (Sandbox Code Playgroud)

投掷

-bash: child setpgid (8948 to 8943): Operation not permitted
-bash: child setpgid (8950 to 8943): Operation not permitted
-bash: child setpgid (8952 to 8943): Operation not permitted
-bash: child setpgid (8953 to 8943): Operation not permitted
-bash: child setpgid (8954 to 8943): Operation not permitted
-bash: child setpgid (8955 to 8943): Operation not permitted
-bash: child setpgid (8962 to 8957): Operation not permitted
-bash: child …
Run Code Online (Sandbox Code Playgroud)

bash centos-5

5
推荐指数
1
解决办法
2071
查看次数

标签 统计

bash ×1

centos-5 ×1