Query: closefrom
OS: debian
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CLOSEFROM(2) BSD System Calls Manual CLOSEFROM(2)NAMEclosefrom -- delete open file descriptorsLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <unistd.h> void closefrom(int lowfd);DESCRIPTIONThe closefrom() system call deletes all open file descriptors greater than or equal to lowfd from the per-process object reference table. Any errors encountered while closing file descriptors are ignored.SEE ALSOclose(2)HISTORYThe closefrom() function first appeared in FreeBSD 8.0.BSDJune 12, 2009 BSD
Related Man Pages |
---|
fdwalk(3c) - opensolaris |
posix_spawn_file_actions_addclosefrom_np(3c) - opensolaris |
closefrom(3c) - opensolaris |
close(2) - osx |
revoke(2) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |