|
setitimer(2) -- Return or set the value of interval timers
|
The getitimer() function returns the current value for the timer specified by the which parameter in the structure pointed to by the value parameter. The setitimer() function sets the timer specified ... |
setlogin(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... |
setpgid(2) -- Set the process group ID
|
Use the setpgid() function to add a process to an existing process group or to create a new process group within a process's session. The setpgid() function does not change the process group ID of a ... |
setpgrp(2) -- Set the process group ID
|
Use the setpgid() function to add a process to an existing process group or to create a new process group within a process's session. The setpgid() function does not change the process group ID of a ... |
setpriority(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 ... |
setregid(2) -- Set the real and effective group ID
|
The setregid() function sets the real group ID of the current process to the value specified by the rgid parameter, and sets the effective group ID to the value specified by the egid parameter. If the... |
setreuid(2) -- Set real and effective user IDs
|
The setreuid() function sets the real and effective user IDs of the current process to the values specified by the ruid and euid parameters. If ruid or euid is -1, the corresponding effective or real ... |
setrlimit(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... |
setsid(2) -- Set the process group ID
|
The setsid() function creates a new session when the calling process is not a process group leader. The calling process then becomes the session leader of this session, becomes the process leader of t... |
setsockopt(2) -- Set socket options
|
The setsockopt() function sets options associated with a socket. Options may exist at multiple protocol levels. The SO_ options are always present at the uppermost socket level. The setsockopt() funct... |
setsysinfo(2) -- Set system information
|
The setsysinfo system call modifies system information. The op argument specifies the operation to be performed. Values for op are defined in the and header fil... |
settimeofday(2) -- Gets and sets date and time and converts time between timeval and timeval64
|
The gettimeofday(), ftime(), and settimeofday() functions get and set the time and timezone information stored in the kernel. The gettimeofday() function gets the current time, expressed in seconds an... |
settimeofday64(2) -- Gets and sets date and time and converts time between timeval and timeval64
|
The gettimeofday(), ftime(), and settimeofday() functions get and set the time and timezone information stored in the kernel. The gettimeofday() function gets the current time, expressed in seconds an... |