Aggiunto tutto il materiale.
This commit is contained in:
commit
1854b5dd48
4 changed files with 27 additions and 0 deletions
5
fixperms.sh
Normal file
5
fixperms.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Fix permissions for current working directory.
|
||||
chgrp -R paru $(pwd)
|
||||
chmod -R g+w $(pwd)
|
Loading…
Add table
Add a link
Reference in a new issue