Null device /dev/null
In some operating systems, the null device is a device file that discards all data written to it but reports that the write operation succeeded. This device is called /dev/null
on Unix or Unix-like systems, NUL:
or NUL
on DOS and CP/M, \Device\Null
on Windows NT, nul
on newer Windows systems, NIL:
on Amiga operating systems, and the NL:
on OpenVMS. In Windows Powershell, the equivalent is $null
. It provides no data to any process that reads from it, yielding EOF immediately. In IBM DOS/360, OS/360 (MFT, MVT), OS/390 and z/OS operating systems, such files would be assigned in JCL to DD DUMMY.