Close (system call)
http://dbpedia.org/resource/Close_(system_call) an entity of type: Abstraction100002137
Irekitako Fitxategi bati buruz sistema eragileak mantentzen duen informazioa askatzen du sistema-dei honek. Programaren bukaeran erabili ohi da, erabilitako fitxategi bakoitzeko behin. int close(int fd); Fitxategi deskribatzaile bat ixten du, horrela ez dio erreferentziarik egiten fitxategi bati eta berrerabili daiteke. Parametroa
* fd: fitxategi deskribatzailea Emaitza
* 0: fitxategia arazorik gabe itxi da.
* -1: errore bat egon bada.
* Datuak: Q5135177
rdf:langString
A close system call is a system call used to close a file descriptor by the kernel. For most file systems, a program terminates access to a file in a filesystem using the close system call. This flushes file buffers, updates file metadata, which may include and end-of-file indicator in the data; de-allocates resources associated with the file (including the file descriptor) and updates the system wide table of files in use. Some programming languages maintain a data structure of files opened by their runtime library and may close when the program terminates. This practice is known as resource acquisition is initialization (RAII). Some operating systems will invoke the close on files held by a program if it terminates. Some operating systems will invoke the close syscall as part of an opera
rdf:langString
close — функція, призначеня для закриття файла і вивільнення асоційованого з ним файлового дескриптора, затверджена стандартом POSIX. У UNIX-подібних операційних системах з монолітним ядром реалізується у вигляді системного виклика. У мікроядерних системах (таких, як QNX) може реалізовуватись у вигляді звичайної бібліотечної функції.
rdf:langString
rdf:langString
Close (system call)
rdf:langString
Close (sistema-deia)
rdf:langString
Close
xsd:integer
32029777
xsd:integer
967051306
rdf:langString
A close system call is a system call used to close a file descriptor by the kernel. For most file systems, a program terminates access to a file in a filesystem using the close system call. This flushes file buffers, updates file metadata, which may include and end-of-file indicator in the data; de-allocates resources associated with the file (including the file descriptor) and updates the system wide table of files in use. Some programming languages maintain a data structure of files opened by their runtime library and may close when the program terminates. This practice is known as resource acquisition is initialization (RAII). Some operating systems will invoke the close on files held by a program if it terminates. Some operating systems will invoke the close syscall as part of an operating system recovery as a result of a system failure.
rdf:langString
Irekitako Fitxategi bati buruz sistema eragileak mantentzen duen informazioa askatzen du sistema-dei honek. Programaren bukaeran erabili ohi da, erabilitako fitxategi bakoitzeko behin. int close(int fd); Fitxategi deskribatzaile bat ixten du, horrela ez dio erreferentziarik egiten fitxategi bati eta berrerabili daiteke. Parametroa
* fd: fitxategi deskribatzailea Emaitza
* 0: fitxategia arazorik gabe itxi da.
* -1: errore bat egon bada.
* Datuak: Q5135177
rdf:langString
close — функція, призначеня для закриття файла і вивільнення асоційованого з ним файлового дескриптора, затверджена стандартом POSIX. У UNIX-подібних операційних системах з монолітним ядром реалізується у вигляді системного виклика. У мікроядерних системах (таких, як QNX) може реалізовуватись у вигляді звичайної бібліотечної функції. Виклик функції close, як правило, спричиняє синхронізацію внутрішніх файлових буферів, оновлення метаданих файлу, звільнення ресурсів, асоційованих з файловим дескриптором, а потім і самого дескриптора. Як правило, всі відкриті програмою файли автоматично закриваються, коли ця програма завершується (нормально або аварійно).[джерело?]
xsd:nonNegativeInteger
1952