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

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 uname(2) -- get name and information about current kernel
    uname returns system information in the structure pointed to by buf. The utsname struct is as defined in : struct utsname { char sysname[SYS_NMLN]; char nodename[SYS_NMLN]; char release...
 unimplemented(2) -- unimplemented system calls
    These system calls are not implemented in the Linux 2.0 kernel.
 unlink(2) -- delete a name and possibly the file it refers to
    unlink deletes a name from the filesystem. If that name was the last link to a file and no processes have the file open the file is deleted and the space it was using is made available for reuse. If t...
 uselib(2) -- select shared library
    uselib selects the shared library binary that will be used by the calling process.
 ustat(2) -- get file system statistics
    ustat returns information about a mounted file system. dev is a device number identifying a device containing a mounted file system. ubuf is a pointer to a ustat structure that contains the following ...
 utime(2) -- change access and/or modification times of an inode
    utime changes the access and modification times of the inode specified by filename to the actime and modtime fields of buf respectively. If buf is NULL, then the access and modification times of the f...
 vfork(2) -- create a child process and block parent
    
 vhangup(2) -- virtually hangup the current tty
    vhangup simulates a hangup on the current terminal. This call arranges for other users to have a "clean" tty at login time.
 vm86(2) -- enter virtual 8086 mode
    The system call vm86 was introduced in Linux 0.97p2. In Linux 2.1.15 and 2.0.28 it was renamed to vm86old, and a new vm86 was introduced. The definition of `struct vm86_struct' was changed in 1.1.8 a...
 wait(2) -- wait for process termination
    The wait function suspends execution of the current process until a child has exited, or until a signal is delivered whose action is to terminate the current process or to call a signal handling funct...
 wait4(2) -- wait for process termination, BSD style
    The wait3 function suspends execution of the current process until a child has exited, or until a signal is delivered whose action is to terminate the current process or to call a signal handling func...
 write(2) -- write to a file descriptor
    write writes up to count bytes to the file referenced by the file descriptor fd from the buffer starting at buf. POSIX requires that a read() which can be proved to occur after a write() has returned ...
 _exit(2) -- terminate the current process
    _exit terminates the calling process immediately. Any open file descriptors belonging to the process are closed; any children of the process are inherited by process 1, init, and the process's parent...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service