![]() |
|
|||
|
Hello,
I have a php script that creates directories as ftp:ftp Best thing I can think of is doing a simple php mkdir and then a sudo with chown and a specific parameters definition. In my sudoers I have added: Code:
www ALL= NOPASSWD: /usr/sbin/chown ftp\:ftp /exports/nasbezoom/volume[a-z0-9_ -/]* Code:
sudo /usr/sbin/chown ftp:ftp /exports/nasbezoom/volume6 Code:
sudo /usr/sbin/chown ftp:ftp /exports/nasbezoom/volume6/../blablabla Thnx |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing sudo | rex | FreeBSD General | 4 | 24th October 2008 12:40 AM |