Ben sunucu admininstration için basit bir bash betiği yaptık ve ben nasıl bir php sayfası içinde güvenle çalıştırabilirsiniz anlamaya olamaz: Ben bir php admininstration sayfa oluşturmak istiyorum ama açıkçası sabit kod root şifresi istemiyorum anyware. Adlı (tabii ki bu, bir foo script) bir örnek yapalım
#!/bin/bash
touch /$1
this simple/stupid script will not work if the user who run it as no writing permission on /.
Actually the script add apache virtualhosts, ftp users and so on...
any ideas?
thanks