This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 24 lines
||Data||Key Attribute||Posix API||Recommendation
|/etc/passwd|uid|getpwnam()|Indexed
|/etc/passwd|uidNumber|getpwuid()|Indexed
|/etc/group|cn|getgrnam()|Indexed
|/etc/group|gidNumber|getgrgid()|Indexed
|/etc/group|memberUid|initgroups() - used by login|Indexed
|/etc/group|uniqueMember or member|initgroups() - used by login|Indexed
|/etc/services|cn|getservbyname()|Indexed
|/etc/services|ipServicePort|getservbyport()|Indexed
|/etc/protocol|cn|getprotobyname()|Indexed
|/etc/protocol|ipProtocolNumber|getprotobynumber()|Not Indexed
|/etc/rpc|cn|getrpcbyname()|Indexed
|/etc/rpc|oncRpcNumber|getrpcbynumber()|Not Indexed
|/etc/hosts|cn|gethostbyname(), netdir_getbyname()|Indexed
|/etc/hosts|ipHostNumber|gethostbyaddr(), netdir_getbyaddr()|Indexed
|/etc/networks|cn|getnetbyname()|Indexed
|/etc/networks|ipNetworkNumber|getnetbyaddr()|Not Indexed
|/etc/netgroup|cn|Used by operating system internally|Indexed
|/etc/netgroup|nismapname|Used by operating system internally|Indexed
|automount|automountKey|Used for Locating AutoMount|Indexed
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]