Skip site navigation (1)Skip section navigation (2)

FreeBSD Man Pages

Man Page or Keyword Search:
Man
Apropos Keyword Search (all sections) Output format
home | help
REALPATH(1)		FreeBSD General Commands Manual 	   REALPATH(1)

NAME
     realpath -- return resolved physical path

SYNOPSIS
     realpath [-q] path [...]

DESCRIPTION
     The realpath utility uses the realpath(3) function to resolve all sym-
     bolic links, extra `/' characters and references to /./ and /../ in path.

     If -q is specified, warnings will not be printed when realpath(3) fails.

EXIT STATUS
     The realpath utility exits 0 on success, and >0 if an error occurs.

SEE ALSO
     realpath(3)

HISTORY
     The realpath utility first appeared in FreeBSD 4.3.

FreeBSD 7.2		       November 24, 2000		   FreeBSD 7.2

NAME | SYNOPSIS | DESCRIPTION | EXIT STATUS | SEE ALSO | HISTORY

Want to link to this manual page? Use this URL:
<http://www.freebsd.org/cgi/man.cgi?query=realpath&sektion=1&manpath=FreeBSD+8.0-RELEASE>

home | help