UIDs and GIDs in struct task_struct
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: UIDs and GIDs in struct task_struct
- From: Onkar <onkar.n.m@xxxxxxxxx>
- Date: Wed, 17 Jun 2009 07:53:32 +0530
Why are there so many uids and gids in
struct task_struct {
--
--
uid_t uid,euid,suid,fsuid;
gid_t gid,egid,sgid,fsgid;
--
--
}
What is the significance and in which situation we use uid,euid,suid,fsuid and gid,egid,sgid,fsgid ?
any pointers on this ...
Regards,
Onkar
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]