Feat: ajoute le cours sur les systèmes de fichiers et les permissions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
1
1NSI/03_Systeme_dexploitation/annexes/3B_chmod.shell
Normal file
1
1NSI/03_Systeme_dexploitation/annexes/3B_chmod.shell
Normal file
@@ -0,0 +1 @@
|
||||
chmod [ugo][+-=][rwx] fichier
|
1
1NSI/03_Systeme_dexploitation/annexes/3B_chown.shell
Normal file
1
1NSI/03_Systeme_dexploitation/annexes/3B_chown.shell
Normal file
@@ -0,0 +1 @@
|
||||
chown [PROPRIO][:GROUP] fichier
|
6
1NSI/03_Systeme_dexploitation/annexes/3B_ls.shell
Normal file
6
1NSI/03_Systeme_dexploitation/annexes/3B_ls.shell
Normal file
@@ -0,0 +1,6 @@
|
||||
user@server:$ ls -l
|
||||
-rw-r--r-- 1 Me users 21 7 sept. 21:25 config.yml
|
||||
-rw-r--r-- 1 Me users 1037 20 oct. 10:54 docker-compose.yml
|
||||
drwxr-xr-x 2 root root 4096 7 sept. 18:13 log
|
||||
-rw-r--r-- 1 Me users 486 7 sept. 18:14 traefik.yml
|
||||
-rwxrx-r-- 1 Me users 486 7 sept. 18:14 script.sh
|
Reference in New Issue
Block a user