Skip to content

cat: echo 1 | cat /dev/stdin > /dev/full shows the word ENOSPC #9920

@oech3

Description

@oech3
$ mkfifo f
terminal1 $ echo 1 > f
terminal2 $ cat f > /dev/full
cat: f: ENOSPC: No space left on device

GNU does not directly report the string ENOSPC.

[Edit] one liner: echo 1 | cat /dev/stdin > /dev/full

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions