dbo:abstract |
stat je v oboru operačních systémů jedno ze systémových volání na systémech typu Unix a systémech Unixu podobných. Je součástí práce se souborovými systémy a slouží k získání souborových atributů příslušných k zadanémui-uzlu. Mívá různé varianty, klasický Unix například zná varianty stat a fstat. (cs) stat est le nom d'un appel système et d'une commande Unix faisant partie du paquetage Coreutils (ou GNU Core Utilities). Cet outil permet d'obtenir des informations sur des fichiers ou répertoires. Par défaut, cette commande affiche 3 dates : * La date à laquelle le contenu du fichier a été lu * La date à laquelle le contenu du fichier a été modifié * La date à laquelle les permissions sur ce fichier ont été modifiés (fr) stat is a Unix system call that returns file attributes about an inode. The semantics of stat vary between operating systems. As an example, Unix command ls uses this system call to retrieve information on files that includes: * atime: time of last access (ls -lu) * mtime: time of last modification (ls -l) * ctime: time of last status change (ls -lc) stat appeared in Version 1 Unix. It is among the few original Unix system calls to change, with Version 4's addition of group permissions and larger file size. (en) stat è una chiamata di sistema Unix che restituisce dati utili sull'inode di un file. La semantica della chiamata stat varia fra i diversi sistemi operativi. Il comando Unix ls la utilizza per raccogliere varie informazioni, tra le quali: * mtime: orario dell'ultima modifica (ls -l) * ctime: orario dell'ultimo cambiamento di stato (ls -lc) * atime: orario dell'ultimo accesso (ls -lu) (it) stat é uma chamada de sistema do Unix que retorna sobre um inode. A semântica de stat varia entre sistemas operacionais. Como um exemplo, o comando Unix ls usa esta chamada de sistema para recuperar informações sobre aquivos que incluem: * atime: momento do último acesso (ls -lu) * mtime: momento da última modificação (ls -l) * ctime: momento da última alteração de estado (ls -lc) stat apareceu na Versão 1 do Unix. Ela está entre as poucas chamadas de sistema do Unix a mudar, com a adição de permissões de grupos e maior da Versão 4. (pt) |
dbo:thumbnail |
wiki-commons:Special:FilePath/Coreutils_stat_screenshot.png?width=300 |
dbo:wikiPageExternalLink |
http://www.hep.wisc.edu/~pinghc/NoteFileSystemInfo.htm http://linux.die.net/man/2/stat http://www.php.net/manual/en/function.stat.php http://perldoc.perl.org/functions/stat.html http://www.kohala.com/start/apue.html%7Caccessdate=27 http://kerneltrap.org/node/14148 https://web.archive.org/web/20170511220018/http:/www.hep.wisc.edu/~pinghc/NoteFileSystemInfo.htm http://www.opengroup.org/onlinepubs/009695399/functions/fstat.html |
dbo:wikiPageID |
920765 (xsd:integer) |
dbo:wikiPageLength |
15441 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID |
1069968228 (xsd:integer) |
dbo:wikiPageWikiLink |
dbr:FAT_filesystem dbr:Unix dbr:Unix-like dbr:Device_file dbr:Ingo_Molnár dbr:Inode dbr:Mbox dbr:Chown dbr:FreeBSD dbr:Linux dbr:Linux_kernel dbr:MacOS dbr:Email dbr:Fstab dbr:Sync_(Unix) dbr:Time_t dbr:Touch_(command) dbr:Filename dbr:POSIX dbc:System_calls dbr:Hard_link dbr:Unix_file_types dbc:Unix_file_system-related_software dbr:Chmod dbr:Bit_field dbr:Block_(data_storage) dbr:Symbolic_link dbc:POSIX dbr:C_POSIX_library dbc:C_POSIX_library dbr:Solaris_(operating_system) dbr:File_attribute dbr:File_descriptor dbr:File_size dbr:Group_identifier dbr:NetBSD dbr:OpenBSD dbr:Operating_system dbr:System_call dbr:Research_Unix dbr:Ls dbr:Large_file_support dbr:User_identifier dbr:Unix_permissions dbr:Linux_kernel_mainline dbr:Group_permissions dbr:Addison-Wesley_Professional dbr:Reference_count dbr:Errno dbr:etc/fstab dbr:C_macro dbr:Special_file dbr:File:Coreutils_stat_screenshot.png dbr:Tmpwatch |
dbp:date |
2017-05-11 (xsd:date) |
dbp:url |
https://web.archive.org/web/20170511220018/http:/www.hep.wisc.edu/~pinghc/NoteFileSystemInfo.htm |
dbp:wikiPageUsesTemplate |
dbt:Anchor dbt:Citation_needed dbt:Cite_book dbt:Div_col dbt:Div_col_end dbt:Globalize dbt:Lowercase_title dbt:Mono dbt:Refbegin dbt:Refend dbt:Reflist dbt:Sfn dbt:Snd dbt:Use_mdy_dates dbt:Webarchive dbt:Undue_weight_section |
dct:subject |
dbc:System_calls dbc:Unix_file_system-related_software dbc:POSIX dbc:C_POSIX_library |
gold:hypernym |
dbr:Call |
rdf:type |
dbo:Work yago:WikicatComputerSystems yago:Artifact100021939 yago:ComputerSystem103085915 yago:Instrumentality103575240 yago:Object100002684 yago:PhysicalEntity100001930 yago:System104377057 yago:Whole100003553 |
rdfs:comment |
stat je v oboru operačních systémů jedno ze systémových volání na systémech typu Unix a systémech Unixu podobných. Je součástí práce se souborovými systémy a slouží k získání souborových atributů příslušných k zadanémui-uzlu. Mívá různé varianty, klasický Unix například zná varianty stat a fstat. (cs) stat est le nom d'un appel système et d'une commande Unix faisant partie du paquetage Coreutils (ou GNU Core Utilities). Cet outil permet d'obtenir des informations sur des fichiers ou répertoires. Par défaut, cette commande affiche 3 dates : * La date à laquelle le contenu du fichier a été lu * La date à laquelle le contenu du fichier a été modifié * La date à laquelle les permissions sur ce fichier ont été modifiés (fr) stat is a Unix system call that returns file attributes about an inode. The semantics of stat vary between operating systems. As an example, Unix command ls uses this system call to retrieve information on files that includes: * atime: time of last access (ls -lu) * mtime: time of last modification (ls -l) * ctime: time of last status change (ls -lc) stat appeared in Version 1 Unix. It is among the few original Unix system calls to change, with Version 4's addition of group permissions and larger file size. (en) stat è una chiamata di sistema Unix che restituisce dati utili sull'inode di un file. La semantica della chiamata stat varia fra i diversi sistemi operativi. Il comando Unix ls la utilizza per raccogliere varie informazioni, tra le quali: * mtime: orario dell'ultima modifica (ls -l) * ctime: orario dell'ultimo cambiamento di stato (ls -lc) * atime: orario dell'ultimo accesso (ls -lu) (it) stat é uma chamada de sistema do Unix que retorna sobre um inode. A semântica de stat varia entre sistemas operacionais. Como um exemplo, o comando Unix ls usa esta chamada de sistema para recuperar informações sobre aquivos que incluem: * atime: momento do último acesso (ls -lu) * mtime: momento da última modificação (ls -l) * ctime: momento da última alteração de estado (ls -lc) stat apareceu na Versão 1 do Unix. Ela está entre as poucas chamadas de sistema do Unix a mudar, com a adição de permissões de grupos e maior da Versão 4. (pt) |
rdfs:label |
Stat (UNIX) (cs) Stat (Unix) (it) Stat (Unix) (fr) Stat (시스템 호출) (ko) Stat (system call) (en) Stat (chamada de sistema) (pt) |
owl:sameAs |
freebase:Stat (system call) http://sw.cyc.com/concept/Mx4rvdppEZwpEbGdrcN5Y29ycA yago-res:Stat (system call) wikidata:Stat (system call) dbpedia-cs:Stat (system call) dbpedia-fr:Stat (system call) dbpedia-it:Stat (system call) dbpedia-ko:Stat (system call) dbpedia-no:Stat (system call) dbpedia-pt:Stat (system call) https://global.dbpedia.org/id/4qd3L |
prov:wasDerivedFrom |
wikipedia-en:Stat_(system_call)?oldid=1069968228&ns=0 |
foaf:depiction |
wiki-commons:Special:FilePath/Coreutils_stat_screenshot.png |
foaf:isPrimaryTopicOf |
wikipedia-en:Stat_(system_call) |
is dbo:wikiPageDisambiguates of |
dbr:STAT |
is dbo:wikiPageRedirects of |
dbr:Atime_(Unix) dbr:Stat_(Unix) dbr:Noatime dbr:Lazytime dbr:Relatime dbr:Fstat_(Unix) dbr:Sys/stat.h dbr:Lstat dbr:Lstat_(Unix) dbr:Rdev dbr:St_mtime dbr:Stat(2) dbr:Nlink |
is dbo:wikiPageWikiLink of |
dbr:Atime dbr:Atime_(Unix) dbr:Valerie_Aurora dbr:GNU_Autotools dbr:Timestamping_(computing) dbr:Stat_(Unix) dbr:Maildir dbr:Unix_file_types dbr:Rdiff-backup dbr:File_descriptor dbr:STAT dbr:Research_Unix dbr:Timestamp dbr:Noatime dbr:Typedef dbr:Lazytime dbr:Relatime dbr:Fstat_(Unix) dbr:Sys/stat.h dbr:Lstat dbr:Lstat_(Unix) dbr:Rdev dbr:St_mtime dbr:Stat(2) dbr:Nlink |
is foaf:primaryTopic of |
wikipedia-en:Stat_(system_call) |