CHOWN



chown root a a dosyası root oldu..
chgrp root a a dosyasının grubunu root yapıyoruz...
sudo chown ogretmen:ogretmen a  yada
sudo chown ogretmen. a  sahibini ve grup hakkını değiştirme yapar.....
ogretmen@eta:~/Masaüstü$ chmod +x a user grup other çalıştırma hakkı veririrr
ogretmen@eta:~/Masaüstü$ chmod u+x auser  çalıştırma hakkı veririrr
ogretmen@eta:~/Masaüstü$ chmod ug+x a user grup çalıştırma hakkı veririrr
ogretmen@eta:~/Masaüstü$ chmod ugo+x a user grup other çalıştırma hakkı veririrr