Part s is a bit setuid. Wikipedia :
setuid and setgid (short for "set user identifier at run time" and "set group id at run time, respectively) are Unix permissions flags that allow users to run the executable file with the permissions of the executive owner or group, respectively, and change the behavior in directories.
This permission string means:
- owner can read, write and execute
- users in the file group can read and execute
- other users can read and execute
- file has setuid set
, chmod 06755 /system/bin/su. , (= " ", , " " - " " ), :
- setuid (4) setgid (2) = 6
- (7)
- (5)
- (5)