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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 fstat(2) -- get file status
    The stat() function obtains information about the file pointed to by path. Read, write, or execute permission of the named file is not required, but all directories listed in the path name leading to ...
 fstatfs(2) -- get file system statistics
    statfs() returns information about a mounted file system. path is the path name of any file within the mounted file system. buf is a pointer to a statfs structure defined as follows: typedef struct { ...
 fsync(2) -- synchronize a file's in-core state with that on disk
    fsync() causes all modified data and attributes of fd to be moved to a permanent storage device. This normally results in all incore modified copies of buffers for the associated file to be written to...
 ftruncate(2) -- truncate or extend a file to a specified length
    truncate() causes the file named by path or referenced by fd to be truncated or extended to length bytes in size. If the file was larger than this size, the extra data is lost. If the file was smaller...
 futimes(2) -- set file access and modification times
    The access and modification times of the file named by path or referenced by fd are changed as specified by the argument times. If times is NULL, the access and modification times are set to the curre...
 getdirentries(2) -- get directory entries in a filesystem independent format
    getdirentries() reads directory entries from the directory referenced by the file descriptor fd into the buffer pointed to by buf, in a filesystem independent format. Up to nbytes of data will be tran...
 getegid(2) -- get group process identification
    The getgid() function returns the real group ID of the calling process, getegid() returns the effective group ID of the calling process. The real group ID is specified at login time. The real group ID...
 geteuid(2) -- get user identification
    The getuid() function returns the real user ID of the calling process. The geteuid() function returns the effective user ID of the calling process. The real user ID is that of the user who has invoked...
 getfh(2) -- get file handle
    getfh() returns a file handle for the specified file or directory in the file handle pointed to by fhp. This system call is restricted to the superuser.
 getfsstat(2) -- get list of all mounted file systems
    getfsstat() returns information about all mounted file systems. buf is a pointer to an array of statfs(2) structures defined as follows: typedef struct { int32_t val[2]; } fsid_t; #define MFSNAMELEN 1...
 getgid(2) -- get group process identification
    The getgid() function returns the real group ID of the calling process, getegid() returns the effective group ID of the calling process. The real group ID is specified at login time. The real group ID...
 getgroups(2) -- get group access list
    getgroups() gets the current group access list of the current user process and stores it in the array gidset. The parameter gidsetlen indicates the number of entries that may be placed in gidset. getg...
 getitimer(2) -- get/set value of interval timer
    The system provides each process with three interval timers, defined in . The getitimer() call returns the current value for the timer specified in which in the structure at value. The set...
 getlogin(2) -- get/set login name
    The getlogin() routine returns the login name of the user associated with the current session, as previously set by setlogin(). The name is normally associated with a login shell at the time a session...
 getlogin_r(2) -- get/set login name
    The getlogin() routine returns the login name of the user associated with the current session, as previously set by setlogin(). The name is normally associated with a login shell at the time a session...
<<  [Prev]  21  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service