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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 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 ...
 listen(2) -- Listen for socket connections and limits the backlog of incoming connections
    The listen() function identifies the socket that receives the connections, marks the socket as accepting connections, and limits the number (backlog) of outstanding connection requests in the system q...
 lseek(2) -- Move read-write file offset
    The lseek() function sets the file offset for the open file specified by the filedes parameter. The whence parameter determines how the offset is to be interpreted. The lseek() function allows the fil...
 lstat(2) -- Provide information about a file
    The stat() function obtains information about the file named by the path parameter. Read, write, or execute permission for the named file is not required, but all directories listed in the pathname le...
<<  [Prev]  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  
50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service