Bug 63330 - Files don't show up with ls (or find, cp)
Summary: Files don't show up with ls (or find, cp)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: fileutils
Version: 7.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: wdovlrrw
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-12 17:07 UTC by Alain Picard
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-04-12 17:17:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Alain Picard 2002-04-12 17:07:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020326

Description of problem:
As root, Running ls -al doesn't return all files in a directory.
Only show ., .. and a README file that I added afterward.

There are 12 other files that are not shown. They show up with tree, evolution
or gmc.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Log as root (as a precaution)
2./bin/ls -al  (again to make sure that the alias doesn't interfere)
	

Actual Results:  [apicard@master configs]$ /bin/ls -al
total 460
drwxr-xr-x    2 root     root         4096 Apr 12 11:47 .
drwxr-xr-x   16 root     root         4096 Apr 12 11:49 ..
-rw-r--r--    1 root     root        14242 Apr 12 11:47 README

Results with tree:
[apicard@master configs]$ tree
.
|-- README
|-- kernel-2.4.9-athlon-smp (copy).config
|-- kernel-2.4.9-athlon-smp.config
|-- kernel-2.4.9-athlon.config
|-- kernel-2.4.9-i386-BOOT.config
|-- kernel-2.4.9-i386-smp.config
|-- kernel-2.4.9-i386.config
|-- kernel-2.4.9-i586-smp.config
|-- kernel-2.4.9-i586.config
|-- kernel-2.4.9-i686-debug.config
|-- kernel-2.4.9-i686-enterprise.config
|-- kernel-2.4.9-i686-smp.config
`-- kernel-2.4.9-i686.config



Expected Results:  To see all files 

Additional info:

With evolution, looked at file properties and they are -rw-r--r-- or 644.

Comment 1 Alain Picard 2002-04-12 17:14:53 UTC
listing sent was cut/paste as user other than root, results were the same for root.
Also problem appears only here but had appear elsewhere a few days ago.

Comment 2 Bernhard Rosenkraenzer 2002-04-12 17:17:51 UTC
This looks like you've been rooted and someone installed a 
fake fileutils. 
Please verify the integrity of fileutils on your installation 
using rpm -V fileutils. 


Comment 3 Alain Picard 2002-04-18 14:06:03 UTC
You were right. I had been rooted.


Note You need to log in before you can comment on or make changes to this bug.