| UNLINK(1) | General Commands Manual | UNLINK(1) |
unlink — unlink
filenames and possibly the referred files
unlink |
[file...] |
unlink deletes each
file link from the filesystem. If
file was the last link and no processes have it open,
file is deleted.
The unlink utility exits 0 on
success, and >0 if an error occurs.
unlink should be compliant with the IEEE
Std 1003.1-2024 (“POSIX.1”) specification.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
| November 6, 2024 | Linux |