Query: gfs_unlink
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GFS_UNLINK(3) GFS_UNLINK(3)NAMEgfs_unlink - delete a fileSYNOPSIS#include <gfarm/gfarm.h> char *gfs_unlink (char * gfarm_url);DESCRIPTIONgfs_unlink() deletes the file whose name is the string specified by gfarm_url.RETURN VALUESNULL The function terminated successfully. GFARM_ERR_NO_MEMORY Insufficient memory was available. GFARM_ERR_AUTHENTICATION User authentication failed when connecting to gfmd(8). GFARM_ERR_PERMISSION_DENIED gfarm_url points outside your accessible address space. GFARM_ERR_NO_SUCH_OBJECT 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_UNLINK(3)
Related Man Pages |
---|
gfs_chmod(3) - debian |
gfs_pio_open(3) - debian |
gfs_pio_readline(3) - debian |
gfs_rename(3) - debian |
gfs_utimes(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Introduction |
How to copy a column of multiple files and paste into new excel file (next to column)? |