latest articles

Monday, December 3, 2012

Advance File permissions



Advance File permissions
In addition to the basic permissions discussed above, there are also three bits of information defined for files in Linux:
SUID or setuid: change user ID on execution. If setuid bit is set, when the file will be executed by a user, the process will have the same rights as the owner of the file being executed.

Read more