Now, you are being harsh here, without knowing the backgroundWhy don't you read fd(4) and find out what it is?
Moreover, ls /dev/fd*, shows: 0 1 2 3 4 (nodes)By default, this driver creates a single device node /dev/fdN for each attached drive with number N.
DESCRIPTION
The files /dev/fd/0 through /dev/fd/# refer to file descriptors which can
be accessed through the file system.
FILES
/dev/fd* floppy disk device nodes
You didn't mention the background, so how can I know? And I'm trying to teach you how to lookup the information because the answer is already right in front of you.Now, you are being harsh here, without knowing the background
Similar, yes. But not the same. One is /dev/fd/[0-9], the other is /dev/fd[0-9].As, the syntax of the file /etc/devfs.rules shows similar pattern i.e. "fd[0-9]",