| UNLINK(8) | System Manager's Manual | UNLINK(8) | 
NAME
 unlink — call the unlink function
DESCRIPTION
 The 
unlink utility performs the function call 
unlink(
file).
file must be the pathname of an existing file.
 
EXIT STATUS
 The unlink utility exits 0 on success, and >0 if an error occurs.
STANDARDS
 The unlink utility conforms to X/Open Commands and Utilities Issue 5 (“XCU5”).