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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 ftruncate(2) -- truncate a file to a specified length
    truncate() causes the file named by path or referenced by fd to have a size of length bytes. If the file previously was larger than this size, the extra data is discarded. If it was previously shorter...
 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...
 getdents(2) -- get directory entries in a filesystem independent format
    getdents() 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 transferr...
 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 structures defined as follows: typedef struct { int32_t val[2]; } fsid_t; /* file system id type ...
 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...
 getpeername(2) -- get name of connected peer
    getpeername() returns the name of the peer connected to socket s. The namelen parameter should be initialized to indicate the amount of space pointed to by name. On return it contains the actual size ...
 getpgid(2) -- get process group
    The process group of the current process is returned by getpgrp(). The process group of the pid process is returned by getpgid(). Process groups are used for distribution of signals, and by terminals ...
 getpgrp(2) -- get process group
    The process group of the current process is returned by getpgrp(). The process group of the pid process is returned by getpgid(). Process groups are used for distribution of signals, and by terminals ...
 getpid(2) -- get parent or calling process identification
    getpid() returns the process ID of the calling process. The ID is guaranteed to be unique and is useful for constructing temporary file names. getppid() returns the process ID of the parent of the cal...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service