4
Linux Grubu İzinleri doğru şekilde uygulanmıyor.
Ubuntu 10.04 sunucusunu çalıştırıyorum ve kullanıcılar / gruplarla çok sezgisel deneyimler yaşıyorum. Örneğin: sudo touch test_file # create empty file sudo groupadd test # create 'test' group sudo chown root:test test_file # change group of file to 'test' sudo chmod g+rwx test_file # give write permissions to group sudo usermod …