Linux O.S. ( 25 Sep. 2012 )
There are three default permission levels in linx user / creator level u group level g others level o collectively these are denoted with a there are three permission types in linux read r write w execute x + sign stands for assign the following & doesn’t effect other permission And - sign deassign or deduct and doesn’t effect other permissions = sign makes permission equal / same as following How to edit access permission Chmod u+r file/foldername Group read permission granted and other deassign read permission Chmod g+x,o-r file/foldername Chmod go+r file/foldername Chmod a+rx file/foldername Chmod a=rx file/foldername To get all permission deassign from al users Chmo