debian man page for gfs_mkdir

Query: gfs_mkdir

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GFS_MKDIR(3)															      GFS_MKDIR(3)

NAME
gfs_mkdir - create a directory
SYNOPSIS
#include <gfarm/gfarm.h> char *gfs_mkdir (char * gfarm_url, gfarm_mode_t mode);
DESCRIPTION
gfs_mkdir() attempts to create a directory named gfarm_url. mode speficies the permissions to use. It is modified by the process's umask in the usual way: the permissions of the created file are (mode & ~umask).
RETURN VALUES
NULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. GFARM_ERR_ALREADY_EXISTS gfarm_url already exists (not necessarily as a directory). This includes the case where gfarm_url is a symbolic link, dangling or not. GFARM_ERR_NO_SUCH_OBJECT The parent directory of gfarm_url does not exist. GFARM_ERR_NOT_A_DIRECTORY A component of the path prefix is not a directory. Others An error except the above occurred. The reason is shown by its pointed strings. Gfarm 13 November 2006 GFS_MKDIR(3)
Related Man Pages
mkdir(2) - redhat
gfarm_url_section_replicate_from_to(3) - debian
gfs_chmod(3) - debian
gfs_glob(3) - debian
gfs_pio_create(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph