1753623 Members
5965 Online
108797 Solutions
New Discussion

ls -l hangs

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: ls -l hangs

>Philip: If "ls /" is working then I'd guess the delay is caused by a lookup of user/group details when doing ls -l.

That could be it. Though ls / won't do a stat on each file. Using "ll -n /" shouldn't look up the UID/GID but still does the stat.
YMJ
Frequent Advisor

Re: ls -l hangs

if you have too many files. it will hangs