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

  man pages->Tru64 Unix man pages              
Title
Content
Arch
Section
 
 exec_with_loader(2) -- Execute a file with a loader
    The exec_with_loader() function replaces the current process image with a new process image, in a manner similar to what the exec functions do. Both the loader parameter and the file parameter point t...
 exit(2) -- Terminate a process
    The atexit() function registers functions to be called at normal process termination for cleanup processing. The function adds a single exit handler to a list of handlers to be called at process termi...
 exportfs(2) -- Export an NFS file system
    The exportfs system call allows the specified local file system to be mounted remotely by an NFS client. This system call is usually called from mountd. The system call allows access to the kernels ex...
 fchdir(2) -- Change the current directory
    The chdir() function changes the current directory to the directory indicated by the path parameter. If the path parameter refers to a symbolic link, the chdir() function sets the current directory to...
 fchmod(2) -- Change file access permissions
    The chmod() function sets the access permissions of the file specified by the path parameter according to the bit pattern specified by the mode parameter. The fchmod() function sets the access permiss...
 fchown(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...
 fcntl(2) -- Control open file descriptors
    The fcntl() function performs controlling operations on the open file specified by the filedes parameter. When the fcntl(), dup() and dup2() functions need to block, only the calling thread is suspend...
 fdatasync(2) -- Writes data changes in a file to permanent storage
    The fdatasync function causes system buffers containing a file's modified data to be written to permanent storage. The fdatasync function does not return until the operation has been completed. The f...
 flock(2) -- Apply or remove an advisory lock on an open file
    The flock() function applies or removes an advisory lock on the file associated with the filedes file descriptor. Advisory locks allow cooperating processes to perform consistent operations on files, ...
 fork(2) -- Create a new process
    The fork() and vfork() functions create a new process (child process) that is identical to the calling process (parent process). The child process inherits the following from the parent process: Envir...
 fpathconf(2) -- Retrieve file implementation characteristics
    The fpathconf() and pathconf() functions provide a method for an application to determine the current value of a configurable limit or option (variable) that is associated with a file or directory. Fo...
 freezefs(2) -- The freezefs() API causes the specified fileset's domain to enter into a metadata stable state, caus...
    To allow coherent hardware snapshots in multivolume domain configurations, filesystem metadata must be consistent across all volumes when the individual volumes are snapped or cloned. These configurat...
 fstat(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...
 fstatfs(2) -- Get file system statistics
    The statfs() and fstatfs() functions return information about a mounted file system. The returned information is in the format of the statfs structure that is declared in the file. When...
 fstatvfs(2) -- Get file system information
    The statvfs() and fstatvfs() functions return descriptive information about a mounted file system. The returned information is in the format of a statvfs structure, which is defined in the
<<  [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