PIPESZ(1) PIPESZ(1) (NAME) pipesz - FIFO (SYNOPSIS) pipesz [options] [--set size] [--] [command [argument...]] pipesz [options] --get (DESCRIPTION) FIFO . . . --set . size . /proc/sys/fs/pipe-max-size . size fcntl(2) . --verbose . --file --fd --set . --set command . . --get . pipesz . "fd N" . . . ('\t' ASCII 09h) . --verbose . --file --fd --get . --check pipesz . pipesz . --quiet . (BUGS) . . pipe(7) . pipesz getopt(3) . command . command '-' '--' pipesz . '--' . pipesz --get --help --version . (OPTIONS) -g, --get . --file --fd . --set . -s, --set size . K M G KiB MiB GiB . . . . size . --file --fd . --get . -f, --file path FIFO path . --fd . FIFO /proc/PID/fd . FIFO . -n, --fd number FIFO number. --file . fd 0 ( / stdin) fd 1 ( / stdout) fd 2 ( / stderr) . -i, --stdin --fd 0. -o, --stdout --fd 1. -e, --stderr --fd 2. -c, --check command . . -q, --quiet . --get --verbose --help --version . -v, --verbose --get pipesz . pipesz . -h, --help . -V, --version . (EXAMPLES) pipesz dd if=file bs=1M | ... dd(1) (context switch) . pipesz -s1M -cf /run/my-service.fifo FIFO . pipesz . echo hello | pipesz -g pipesz . pipesz . find /proc/PID/fd -exec pipesz -gqf '{}' ';' PID . pipesz . (NOTES) .. . /proc/sys/fs/pipe-max-size . F_GETPIPE_SZ/F_SETPIPE_SZ fcntl(2) . FIONREAD ioctl(2) . . (BUGS) . . pipe(7) . (AUTHORS) Nathan Sharp (SEE ALSO) pipe(7) (REPORTING BUGS) . (AVAILABILITY) pipesz util-linux . util-linux 2.42.3 2026-09-02 PIPESZ(1)