The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-23-2002
thehoghunter
Guest
  
 

Posts: n/a
Bits: 0 [Banking]
The only files you shouldn't see is something starting with .filename when you do a ls -l.

Use the alias command to see if the ls command is aliased in a way which would 'hide' the files that you should still be seeing or do the following:

/usr/bin/ls -l

If you see all the files, then it is either an alias or how your path is set. You can double check with 'which ls'