Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
7
sudo_cmd/.off/chmod-homedir.sh
Executable file
7
sudo_cmd/.off/chmod-homedir.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
# passiamo dalla login per circoscrivere il sudo chmod
|
||||
HOMEDIR=$(getent passwd $1 | cut -d: -f6)
|
||||
|
||||
chmod $2 ${HOMEDIR}
|
||||
Loading…
Add table
Add a link
Reference in a new issue