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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 readdir(2) -- read directory entry
    This is not the function you are interested in. Look at readdir(3) for the POSIX conforming C library interface. This page documents the bare kernel system call interface, which can change, and which ...
 readlink(2) -- read value of a symbolic link
    readlink places the contents of the symbolic link path in the buffer buf, which has size bufsiz. readlink does not append a NUL character to buf. It will truncate the contents (to a length of bufsiz c...
 readv(2) -- read or write a vector
    readv reads data from file descriptor fd, and puts the result in the buffers described by vector. The number of buffers is specified by count. The buffers are filled in the order specified. Operates j...
 reboot(2) -- reboot or enable/disable Ctrl-Alt-Del
    The reboot call reboots the system, or enables/disables the reboot keystroke (abbreviated CAD, since the default is Ctrl-Alt-Delete; it can be changed using loadkeys(1)). This system call will fail (w...
 recv(2) -- receive a message from a socket
    The recvfrom and recvmsg calls are used to receive messages from a socket, and may be used to receive data on a socket whether or not it is connection-oriented. If from is not NULL, and the socket is ...
 rename(2) -- change the name or location of a file
    rename renames a file, moving it between directories if required. Any other hard links to the file (as created using link(2)) are unaffected. If newpath already exists it will be atomically replaced (...
 rmdir(2) -- delete a directory
    rmdir deletes a directory, which must be empty.
 sched_get_priority_max(2) -- get static priority range
    sched_get_priority_max returns the maximum priority value that can be used with the scheduling algorithm identified by policy. sched_get_priority_min returns the minimum priority value that can be use...
 sched_rr_get_interval(2) -- get the SCHED_RR interval for the named process
    sched_rr_get_interval writes into the timespec structure pointed to by tp the round robin time quantum for the process identified by pid. If pid is zero, the time quantum for the calling process is wr...
 sched_setparam(2) -- set and get scheduling parameters
    sched_setparam sets the scheduling parameters associated with the scheduling policy for the process identified by pid. If pid is zero, then the parameters of the current process are set. The interpret...
 sched_setscheduler(2) -- set and get scheduling algorithm/parameters
    sched_setscheduler sets both the scheduling policy and the associated parameters for the process identified by pid. If pid equals zero, the scheduler of the calling process will be set. The interpreta...
 sched_yield(2) -- yield the processor
    A process can relinquish the processor voluntarily without blocking by calling sched_yield. The process will then be moved to the end of the queue for its static priority and a new process gets to run...
 select(2) -- synchronous I/O multiplexing
    The functions select and pselect wait for a number of file descriptors to change status. Their function is identical, with three differences: (i) The select function uses a timeout that is a struct ti...
 semctl(2) -- semaphore control operations
    The function performs the control operation specified by cmd on the semaphore set (or on the semnum-th semaphore of the set) identified by semid. The first semaphore of the set is indicated by a value...
 semget(2) -- get a semaphore set identifier
    The function returns the semaphore set identifier associated to the value of the argument key. A new set of nsems semaphores is created if key has value IPC_PRIVATE or key isn't IPC_PRIVATE, no exist...
<<  [Prev]  22  23  24  25  26  27  28  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service