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

FreeBSD Manual Pages

  
 
  

home | help
REALPATH(1)		     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 symbolic
     links, extra `/' characters and references to /./ and  /../  in  path.   If
     path is absent, the current working directory (`.') is assumed.

     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.

EXAMPLES
     Show the physical path of the /dev/log directory silencing warnings if any:

	   $ realpath -q /dev/log
	   /var/run/log

SEE ALSO
     realpath(3)

HISTORY
     The realpath utility first appeared in FreeBSD 4.3.

FreeBSD ports 15.quarterly	  June 21, 2011 		     REALPATH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=realpath&sektion=1&manpath=FreeBSD+15.1-RELEASE+and+Ports.quarterly>

home | help