remove man page on SunOS

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
SunOS logo
[printable version]

remove(3C)		 Standard C Library Functions		    remove(3C)

NAME
       remove - remove file

SYNOPSIS
       #include <stdio.h>

       int remove(const char *path);

DESCRIPTION
       The  remove() function causes the file or empty directory whose name is
       the string pointed to by path to be no longer accessible by that	 name.
       A  subsequent  attempt  to  open	 that  file using that name will fail,
       unless the file is created anew.

       For  files,  remove()  is  identical  to	  unlink().  For  directories,
       remove() is identical to rmdir().

       See rmdir(2) and unlink(2) for a detailed list of failure conditions.

RETURN VALUES
       Upon  successful	 completion, remove() returns 0. Otherwise, it returns
       −1 and sets errno to indicate an error.

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌─────────────────────────────┬─────────────────────────────┐
       │      ATTRIBUTE TYPE	     │	    ATTRIBUTE VALUE	   │
       ├─────────────────────────────┼─────────────────────────────┤
       │Interface Stability	     │Standard			   │
       ├─────────────────────────────┼─────────────────────────────┤
       │MT-Level		     │MT-Safe			   │
       └─────────────────────────────┴─────────────────────────────┘

SEE ALSO
       rmdir(2), unlink(2), attributes(5), standards(5)

SunOS 5.10			  14 Aug 2002			    remove(3C)
[top]

List of man pages available for SunOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net