mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
chmod: change more information link (#5547)
This commit is contained in:
parent
ce1b94a08a
commit
db38dff0e9
9 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Ändere die Zugriffsberechtigungen einer Datei oder eines Verzeichnisses.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Gib dem Besitzer einer Datei ([u]ser) das Recht, sie auszuführen (e[x]ecute):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Cambiar los permisos de acceso de un archivo o directorio.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Otorga al [u]suario que es propietario del archivo permiso para [x] ejecutarlo:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Modifie les droits d'accès d'un fichier ou d'un répertoire.
|
||||
> Plus d'informations : <https://www.man7.org/linux/man-pages/man1/chmod.1.html>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Donne les droits d'e[x]écution à l'[u]tilisateur auquel le fichier appartient :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Cambia i permessi di accesso di file o directory.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Dai il permesso di eseguire (x) un file al suo proprietario (u):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> 파일이나 디렉토리의 연결 권한 변경.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- 파일을 소유한 사용자[u]에게 실행[x] 권한 부여:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Verander de toegangstoestemmingen van een bestand of map.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Geef een gebruiker ([u]ser) die het bestand beheert het recht om deze uit te voeren (e[x]ecute):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Alterar as permissões de acesso a um ficheiro ou diretório.
|
||||
> Mais informações: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Dar a um [u]tilizador que possui um ficheiro o direito a e[x]ecutá-lo:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Изменить права доступа файлу или папке.
|
||||
> Больше информации: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Дать [u]пользователю, который владеет файлом, права на его [x]исполнение:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# chmod
|
||||
|
||||
> Change the access permissions of a file or directory.
|
||||
> More information: <https://www.man7.org/linux/man-pages/man1/chmod.1.html>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html>.
|
||||
|
||||
- Give the [u]ser who owns a file the right to e[x]ecute it:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue