This can be done with the mkfifo(1) command: # Get a temporary file name node="$(mktemp -u)" || exit # Create a named pipe mkfifo -m0600 ...
確定! 回上一頁