Determining the full pathnames of files

Use standard operating system commands (ls and pwd on Linux® and the UNIX® system; dir, attrib, or Windows® Explorer) to show the full pathname of a file:

ls –l ‘pwd‘/cmd.c
-rw-rw-r--   1 allison  mon     211 Feb  2 12:03 /proj/monet/src/cmd.c


Feedback