|
getlogin(2) -- Get or set the login name
|
The getlogin() function returns the login name of the user associated with the current session. The name is normally associated with a login shell at the time a session is created, and is inherited by... |
getlogin_r(2) -- Get or set the login name
|
The getlogin() function returns the login name of the user associated with the current session. The name is normally associated with a login shell at the time a session is created, and is inherited by... |
|
getmsg(2) -- Receive the next message from a Stream
|
The getmsg() and getpmsg() functions retrieve the contents of messages. These messages are located at the Stream head read queue associated with a STREAMS file. Messages must contain a control part or... |
getpagesize(2) -- Get the system page size
|
The getpagesize() function returns the number of bytes in a page. You might need to include this value in parameters to memory management system calls. The page size is an operating system page size a... |
getpeername(2) -- Gets the name of the peer socket
|
The getpeername() function retrieves the name of the peer socket connected to the specified socket. If the actual length of the address is greater than the length of the sockaddr structure, the addres... |
getpgid(2) -- Get the process group ID
|
The getpgid() function returns the process group ID of the process specified by the process ID pid. Specifying a pid of 0 (zero) returns the process group ID of the calling process. |
getpgrp(2) -- Get the process ID, process group ID, or parent process ID
|
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of... |
getpid(2) -- Get the process ID, process group ID, or parent process ID
|
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of... |
getpmsg(2) -- Receive the next message from a Stream
|
The getmsg() and getpmsg() functions retrieve the contents of messages. These messages are located at the Stream head read queue associated with a STREAMS file. Messages must contain a control part or... |
getppid(2) -- Get the process ID, process group ID, or parent process ID
|
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of... |
getpriority(2) -- Get or set process scheduling priority
|
The getpriority() function obtains the current priority of a process, process group, or user. The getpriority() function returns the highest priority (lowest numerical value) pertaining to any of the ... |
getrlimit(2) -- Control maximum system resource consumption
|
The getrlimit() function obtains the limits on the consumption of system resources by the current process and each process it creates. You use the setrlimit() function to set these resources. Each res... |
getrusage(2) -- Get information about resource utilization
|
The getrusage() function returns information describing the resources used by the current process or its terminated or waited for child processes. If the child process is never waited for, for example... |
getsid(2) -- Retrieves the session ID of a process
|
Use the getsid function to retrieve the session ID for a process. The function returns the session ID assigned to the process identified in the process_id parameter. If you specify 0 (zero) in the pro... |
getsockname(2) -- Get the socket name
|
The getsockname() function retrieves the locally bound address of the specified socket. If the actual length of the address is greater than the length of the sockaddr structure, the address is truncat... |