User Tools

Site Tools


adding_and_removing_linux_permissions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
adding_and_removing_linux_permissions [2016/07/25 19:45] walkeradminadding_and_removing_linux_permissions [2017/01/29 18:00] walkeradmin
Line 1: Line 1:
 ====== Adding and Removing Linux Permissions ====== ====== Adding and Removing Linux Permissions ======
 +<color darkorange>2016</color>
 +
 +----
 +
 \\  \\ 
 +**Granting Permissions** 
 \\  \\ 
 Grant the execute permission to the group. Grant the execute permission to the group.
Line 6: Line 11:
     ls -l example.py     ls -l example.py
     -rw-r--r-- 1 pi pi 4452 Jul 25 18:01 example.py     -rw-r--r-- 1 pi pi 4452 Jul 25 18:01 example.py
-    chmod **g+x** example.py --- g is for group, x is for execute+    chmod g+x example.py --- g is for group, x is for execute
     ls -l example.py     ls -l example.py
          
Line 27: Line 32:
 \\  \\ 
 \\  \\ 
-Removing permissions is the exact opposite, instead of using a + (plus) we use a - (minus)+**Removing permissions**  
 +\\  
 +This is the exact opposite, instead of using a + (plus) we use a - (minus)
 \\  \\ 
     ls -l example.py     ls -l example.py
adding_and_removing_linux_permissions.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1