Bir dizin altında bulunmaktadır /tmp
adıyla test_copy
.
$ ls /tmp/test_copy/
a.sh b.sh
$ cd /tmp
/tmp$ find . -name test_copy
./test_copy
Ama aşağıdaki find
komutu çalıştırırsam hiçbir şey döndürmez.
~/scripts$ find /tmp -name test_copy
~/scripts$
find
Dizini neden son durumda bulamıyorsunuz?
@xhienne: Haklısın! Başka bir dir için bir sembolikti. Cevap olarak gönderebilir misiniz?
—
Jim
ls -ld /tmp
?