Unlink (Unix)

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 programming language in the form of the "unlink()" built-in function, like the Unix utility it is also used to delete files. [ [http://php.net/unlink PHP.net - Unlink function] ]

Common use: $ unlink ... unlink($filename); (PHP)

References

ee also

* List of Unix programs
* link command
* ln command


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • rm (Unix) — rm (en référence au terme anglais remove, supprimer) est une commande Unix permettant de supprimer des fichiers et répertoires. Sommaire 1 Utilisation 2 Fonctionnement 3 Articles connexes …   Wikipédia en Français

  • rm (Unix) — rm (Abkürzung für „remove“) ist der in der UNIX Welt übliche Befehl zum Löschen von Dateien und Verzeichnisbäumen. Im Gegensatz zu anderen Betriebssystemen, z. B. MS DOS, ist der Löschbefehl in UNIX als unabhängiges Programm und nicht im… …   Deutsch Wikipedia

  • Программы UNIX-подобных операционных систем — Это список популярных программ, работающих в операционных системах основанных на UNIX (POSIX совместимых). Некоторые из этих программ являются стандартными для UNIX подобных систем. Содержание 1 Системный софт 1.1 Общего назначения …   Википедия

  • Rm (Unix) — rm (Abkürzung für remove ) ist der in der UNIX Welt übliche Befehl zum Löschen von Dateien und Verzeichnisbäumen. Im Gegensatz zu anderen Betriebssystemen, z. B. MS DOS, ist der Löschbefehl in UNIX als unabhängiges Programm und nicht im… …   Deutsch Wikipedia

  • List of Unix utilities — This is a list of UNIX utilities as specified by IEEE Std 1003.1 2008, which is part of the Single UNIX Specification (SUS). These utilities can be found on UNIX Operating systems and most UNIX like operating systems. List IEEE Std 1003.1 2008… …   Wikipedia

  • Ln (Unix) — ln ist ein traditioneller Unix Befehl zum Erzeugen von Dateiverknüpfungen (Links) auf Dateien. Das Programm wird dazu genutzt, um harte und symbolische Links zu erstellen. Zum Löschen werden analog Befehle wie unlink sowie rm verwendet. Die libc… …   Deutsch Wikipedia

  • Programas para Unix — Anexo:Programas para Unix Saltar a navegación, búsqueda Plantilla:Listas Ésta es una lista de software disponible para sistemas operativos Unix y similares como GNU/Linux. Según corresponda se trasladarán a las subcategorías de la Categoría… …   Wikipedia Español

  • Anexo:Programas para Unix — Esta es una lista de software disponible para sistemas operativos Unix y similares como GNU/Linux. Según corresponda se trasladarán a las subcategorías de la Categoría Software por sistema operativo : Categoría:Software para Unix… …   Wikipedia Español

  • join (Unix) — У этого термина существуют и другие значения, см. Join. join команда UNIX подобных операционных систем, объединяющая строки двух упорядоченных текстовых файлов на основе наличия общего поля. По своему функционалу схоже с оператором JOIN,… …   Википедия

  • ln (Unix) — ln ist ein Unix Befehl zum Erzeugen von Dateiverknüpfungen (Links) auf Dateien. Das Programm wird dazu genutzt, um harte und symbolische Links zu erstellen. Zum Löschen werden analog Befehle wie unlink sowie rm verwendet. Die libc Funktionen… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”