Chattr (original) (raw)

About DBpedia

chattr je v informatice příkaz pro nastavení atributů souborů v souborovém systému ext (a jeho nástupcích ext2, ext3, ext4) v operačním systému Linux. Lze ho nalézt i v dalších unixových systémech, které tyto souborové systémy podporují. Používá se pro zabezpečení souboru proti změnám, například pokud chceme, aby soubor nebylo možné smazat nebo se nezměnil při aktualizaci daného programu (viz atribut immutable).

Property Value
dbo:abstract chattr je v informatice příkaz pro nastavení atributů souborů v souborovém systému ext (a jeho nástupcích ext2, ext3, ext4) v operačním systému Linux. Lze ho nalézt i v dalších unixových systémech, které tyto souborové systémy podporují. Používá se pro zabezpečení souboru proti změnám, například pokud chceme, aby soubor nebylo možné smazat nebo se nezměnil při aktualizaci daného programu (viz atribut immutable). (cs) chattr is the command in Linux that allows a user to set certain attributes of a file. lsattr is the command that displays the attributes of a file. Most BSD-like systems, including macOS, have always had an analogous chflags command to set the attributes, but no command specifically meant to display them; specific options to the ls command are used instead. The chflags command first appeared in 4.4BSD. Solaris has no commands specifically meant to manipulate them. chmod and ls are used instead. Other Unix-like operating systems, in general, have no analogous commands. The similar-sounding commands chatr (from HP-UX) and lsattr (from AIX) exist but have unrelated functions. Among other things, the chattr command is useful to make files immutable so that password files and certain system files cannot be erased during software upgrades. (en) chattr est une commande Linux qui permet à un utilisateur de définir certains attributs sur un fichier présent dans divers systèmes de fichiers. Le pendant BSD de cette commande est chflags. La commande est similaire à attrib sous DOS, OS/2 ou Microsoft Windows. Les commandes chatr sur HP-UX et chattr sur AIX n’ont rien à voir avec la commande de cet article. Les commandes chattr et lsattr sous Linux et les attributs manipulés étaient, à l’origine, propres à la deuxième génération de l’Extended File System (ext2, ext3 et ext4), et sont disponibles à travers le package e2fsprogs. Depuis sa création, le support d’autres systèmes de fichiers a été ajouté, notamment pour XFS, ReiserFS, JFS, bien que tous les attributs ne sont pas encore gérés. Cette commande peut être utilisée pour protéger des fichiers de la suppression (notamment pendant des mises à jour système) grâce au bit d’immutabilité. (fr) chattr (abbreviazione dalla lingua inglese di Change attributes, Cambia attributi) è un comando dei sistemi operativi Unix e Unix-like che consente di modificare gli attributi dei file memorizzati su un filesystem di tipo ext2/ext3. (it) chattr는 사용자가 파일의 특정 특성을 설정할 수 있게 해주는 리눅스의 명령어이다. lsattr은 파일의 특성을 표시하는 명령어이다. 대부분의 macOS를 포함한 BSD 계열 시스템들은 특성을 설정하기 위한 유사 명령어 chflags를 무조건 갖추고 있지만 이들을 표시하기 위해 의도된 명령어는 제공하지 않는다. ls 명령어의 특정 옵션들이 이를 대신한다. chflags 명령어는 4.4BSD에 처음 등장하였다. 솔라리스는 이를 조작하기 위한 명령어가 존재하지 않는다. chmod와 ls가 이를 대신한다. (ko) chattr (od ang. change attribute) – polecenie systemu Unix umożliwiające użytkownikowi zmianę konkretnych atrybutów pliku w systemach plików ext2/3/4. Autorem programu jest Remy Card. (pl) O chattr, no Linux, é o comando que permite a um usuário definir certos atributos de um arquivo e o lsattr é o comando que exibe os atributos de um arquivo. A maioria dos sistemas do tipo BSD, incluindo o macOS, sempre tiveram um comando chflags análogo para definir os atributos mas nenhum comando especificamente criado para exibi-los (opções específicas para o comando ls são usadas). O comando chflags apareceu pela primeira vez no 4.4BSD. O Solaris não possui comandos especificamente criados para definir (ou manipular) os atributos dos arquivos. Os comandos chmod e ls são usados para tal finalidade. Outros Unixes, em geral, não possuem comandos análogos. Os comandos chatr (do HP-UX) elsattr (do AIX), que soam semelhantes, existem mas têm funções não relacionadas. Entre outras coisas, o comando chattr é útil para tornar os arquivos imutáveis, de forma que arquivos de senha e certos arquivos de sistema não possam ser apagados durante atualizações de software. (pt) chattr — команда, изменяющая атрибуты файлов на файловых системах ext2fs, ext3, ext4 и частично на других файловых системах Linux. (ru)
dbo:computingPlatform dbr:Cross-platform
dbo:genre dbr:Command_(computing)
dbo:operatingSystem dbr:Linux
dbo:wikiPageExternalLink https://www.unix.com/man-page/osx/1/chflags/ https://github.com/apple/darwin-xnu/blob/master/bsd/sys/stat.h%23L466-L519
dbo:wikiPageID 10533265 (xsd:integer)
dbo:wikiPageLength 17287 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1097330756 (xsd:integer)
dbo:wikiPageWikiLink dbr:Berkeley_Software_Distribution dbr:Apple_Filing_Protocol dbr:ReiserFS dbr:Unix-like dbr:JFS_(file_system) dbr:OCFS2 dbr:Command_(computing) dbr:Cross-platform dbr:Mount_(Unix) dbr:Orlov_block_allocator dbr:Linux dbr:MacOS dbr:MacOS_Mojave dbr:Single_user_mode dbr:Stat_(Unix) dbr:HTree dbr:4.4BSD dbr:APFS dbr:Data_remanence dbr:Dump_(Unix) dbr:E2fsprogs dbr:Ext4 dbr:File_Allocation_Table dbc:Linux-only_software dbr:Chattr dbr:Journaling_file_system dbr:HFS_Plus dbr:HP-UX dbc:Unix_file_system-related_software dbr:Chmod dbr:LILO_(boot_loader) dbr:Block_suballocation dbr:System_Integrity_Protection dbr:Hidden_file_and_hidden_directory dbr:Solaris_(operating_system) dbr:File_attribute dbr:HFS+ dbr:IBM_AIX dbr:XFS dbr:XNU dbr:Server_Message_Block dbr:Unix_File_System dbr:Ext2 dbr:Ext3 dbr:Extended_file_attributes dbr:Extent_(file_systems) dbr:Ls dbr:Undeletion
dbp:author Remy Card (en)
dbp:genre dbr:Command_(computing)
dbp:name chattr (en) chflags (en)
dbp:operatingSystem dbr:Linux BSD-like systems, including macOS (en)
dbp:platform dbr:Cross-platform
dbp:wikiPageUsesTemplate dbt:Unix_commands dbt:Infobox_software dbt:Mono dbt:N/a dbt:No dbt:Reflist dbt:Yes dbt:Man dbt:Lowercase
dct:subject dbc:Linux-only_software dbc:Unix_file_system-related_software
gold:hypernym dbr:Command
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 dbo:MilitaryUnit
rdfs:comment chattr je v informatice příkaz pro nastavení atributů souborů v souborovém systému ext (a jeho nástupcích ext2, ext3, ext4) v operačním systému Linux. Lze ho nalézt i v dalších unixových systémech, které tyto souborové systémy podporují. Používá se pro zabezpečení souboru proti změnám, například pokud chceme, aby soubor nebylo možné smazat nebo se nezměnil při aktualizaci daného programu (viz atribut immutable). (cs) chattr (abbreviazione dalla lingua inglese di Change attributes, Cambia attributi) è un comando dei sistemi operativi Unix e Unix-like che consente di modificare gli attributi dei file memorizzati su un filesystem di tipo ext2/ext3. (it) chattr (od ang. change attribute) – polecenie systemu Unix umożliwiające użytkownikowi zmianę konkretnych atrybutów pliku w systemach plików ext2/3/4. Autorem programu jest Remy Card. (pl) chattr — команда, изменяющая атрибуты файлов на файловых системах ext2fs, ext3, ext4 и частично на других файловых системах Linux. (ru) chattr is the command in Linux that allows a user to set certain attributes of a file. lsattr is the command that displays the attributes of a file. Most BSD-like systems, including macOS, have always had an analogous chflags command to set the attributes, but no command specifically meant to display them; specific options to the ls command are used instead. The chflags command first appeared in 4.4BSD. Solaris has no commands specifically meant to manipulate them. chmod and ls are used instead. (en) chattr est une commande Linux qui permet à un utilisateur de définir certains attributs sur un fichier présent dans divers systèmes de fichiers. Le pendant BSD de cette commande est chflags. La commande est similaire à attrib sous DOS, OS/2 ou Microsoft Windows. Les commandes chatr sur HP-UX et chattr sur AIX n’ont rien à voir avec la commande de cet article. Cette commande peut être utilisée pour protéger des fichiers de la suppression (notamment pendant des mises à jour système) grâce au bit d’immutabilité. (fr) O chattr, no Linux, é o comando que permite a um usuário definir certos atributos de um arquivo e o lsattr é o comando que exibe os atributos de um arquivo. A maioria dos sistemas do tipo BSD, incluindo o macOS, sempre tiveram um comando chflags análogo para definir os atributos mas nenhum comando especificamente criado para exibi-los (opções específicas para o comando ls são usadas). O comando chflags apareceu pela primeira vez no 4.4BSD. (pt)
rdfs:label Chattr (cs) Chattr (en) Chattr (fr) Chattr (it) Chattr (ko) Chattr (pl) Chattr (pt) Chattr (ru)
owl:sameAs freebase:Chattr yago-res:Chattr http://sw.cyc.com/concept/Mx4rv1fSjJwpEbGdrcN5Y29ycA wikidata:Chattr dbpedia-cs:Chattr dbpedia-fr:Chattr dbpedia-it:Chattr dbpedia-ko:Chattr dbpedia-pl:Chattr dbpedia-pt:Chattr dbpedia-ru:Chattr https://global.dbpedia.org/id/scQi
prov:wasDerivedFrom wikipedia-en:Chattr?oldid=1097330756&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Chattr
foaf:name chattr (en)
is dbo:wikiPageRedirects of dbr:Lsflags dbr:Immutable_bit dbr:Chflags
is dbo:wikiPageWikiLink of dbr:Append-only dbr:Toybox dbr:Chattr dbr:File-system_permissions dbr:File_attribute dbr:Lsattr dbr:Lsflags dbr:Immutable_bit dbr:Chflags
is foaf:primaryTopic of wikipedia-en:Chattr