Before: | -rwxr-xr-x archive.sh |
Command: | chmod o=r archive.sh |
After: | -rwxr-xr-- archive.sh |
topsecret.inf
Before: | -rw-r----- topsecret.inf |
Command: | chmod g= topsecret.inf |
After: | -rw------- topsecret.inf |
publicity.html
for reading and writing by anyone. Before: | -rw-r--r-- publicity.html |
Command: | chmod og=rw publicity.html |
After: | -rw-rw-rw- publicity.html |
No comments:
Post a Comment