*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 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...
 getsockopt(2) -- Get socket options
    The getsockopt() function allows an application program to query socket options. The calling program specifies the name of the socket, the name of the option, and a place to store the requested inform...
 getsysinfo(2) -- Gets system information
    The getsysinfo system call retrieves information from the system. When information about multiple system structures is returned, it is stored in consecutive buffer locations. The information for each ...
 gettimeofday(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...
 gettimeofday64(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...
 getuid(2) -- Get the real or effective user ID
    The getuid() function returns the real user ID of the calling process. The geteuid() function returns the effective user ID of the calling process.
 h_errno(2) -- Error-return value for network database operations.
    Refer to endhostent().
 intro(2) -- Introduction to system calls
    Section 2 describes the Tru64 UNIX system calls, which are the entries into the operating system kernel. Some reference pages in this section may contain suffixes to allow their files to exist with th...
 ioctl(2) -- Control devices
    The ioctl() function performs a variety of control functions on devices and STREAMS. For non-STREAMS files, the functions performed by this call are device-specific control functions. The request and ...
 kill(2) -- Send a signal to a process or to a group of processes
    The kill() function sends the signal specified by the signal parameter to the process or group of processes specified by the process parameter. To send a signal to another process, at least one of the...
 killpg(2) -- Send a signal to a process group
    The killpg() function sends the signal specified by the signal parameter to the group of processes specified by the process_grp parameter. The process sending the signal must have the same effective u...
 lchown(2) -- Change the owner and group IDs of a file
    The chown(), lchown() and fchown() functions change the owner and group of a file. A process can change the value of the owner ID of a file only if the process has superuser privilege. A process witho...
 link(2) -- Create a hard link to an existing file on the local file system
    The link() function creates an additional hard link (directory entry) for an existing file. The old and the new link share equal access rights to the underlying object. The link() function atomically ...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service