Share on Facebook Share on Twitter Email
Answers.com

Unlink

 
Wikipedia: Unlink (Unix)

In Unix-like operating systems, unlink is a system call and a command line utility to delete files. The program directly interfaces the system call, which removes the file name and (but not on GNU systems) directories like rm and rmdir. If the file name was the last hard link to the file, the file itself is deleted as soon as no program has it open.

It also appears in the PHP and Perl programming languages in the form of the unlink() built-in function. Like the Unix utility, it is also used to delete files.[1][2]

Common use:

$ unlink <filename> ...
unlink($filename); (PHP)

References

See also



Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Unlink (Unix)" Read more