如何顯示檔名的完整路徑 ? - Linux

Table of Contents

大家好,
小弟使用 ls 指令時,只能顯示出檔案(或目錄)名稱
我應該如何下指令,才能夠顯示出完整的檔案路徑 (full path) 呢 ?

ex:
$ ls -l
total 2292
drwxr-xr-x 4 root root 4096 2008-10-19 11:11 acpi
-rw-r--r-- 1 root root 45 2008-10-31 01:41 adjtime
drwxr-xr-x 4 root root 4096 2008-10-19 11:13 alchemist

我想要顯示出 "/etc/acpi" and "/etc/adjtime" and "/etc/alchemist" 這樣的結果
感謝~

--

All Comments