Posts Tagged ‘setuid’

ci – check in RCS revisions
USAGE
ci [options] file …

DESCRIPTION
ci stores new revisions into RCS files. Each pathname matching an RCS
suffix is taken to be an RCS file. All others are assumed [...]

Wednesday, August 26th, 2009 at 22:29 | Comments Off
Categories: c

access – check user’s permissions for a file
USAGE
#include <unistd.h>

int access(const char *pathname, int mode);

DESCRIPTION
access() checks whether the process would be allowed to read, write or
test for [...]

Tuesday, August 25th, 2009 at 23:11 | Comments Off
Categories: A
TOP