`
jandroid
  • 浏览: 1899031 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

About file permission in Unix/Linux

 
阅读更多
About File attributes, process attributes and file permissions on Unix/Linux
system.
1. current working directory, environment variables, umask value are all
attributes of a process.
the real user ID, real group ID, effective user ID, effective group ID,
and supplymentary user ID and supplymentary group ID are attributes of a
process. The real user ID and group ID are ones who start the process(run the
program). The effective user ID and group ID usually equal to real user ID and
group ID. But if the set-user-ID bit of a file is set, the effective user ID and
group ID are forced to be the owner of the file and the group owner of the file.
2. st_uid, st_gid are attributes of a file, st_uid is owner of file, st_gid is
the group to which the file/use belong. st_uid and st_gid usually eaqual to the
use logging on and the group he/she belongs to. Both st_uid and st_gid can be
found in /etc/passwd file.


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics