[Solution found!] tmppipe=$(mktemp -u) mkfifo -m 600 "$tmppipe" 与常规文件创建(容易被现有文件或符号链接劫持)不同,创建名称管道mkfifo或基础函数要么在指定 ...
確定! 回上一頁