RE: find command doesn't work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> 
> On the heals of RH annoucing 7.x and 8.0 is dead, things have been acting
> squirly on my RH 7.1 box:
> 
> Can someone run the find command on a RH 7.1 box?
> 
> # cd /
> # find etc
> 13894
> 
> This should list the file names within the etc directory, instead 
> it returns
> a number of some kind.  My RH 7.3 box lists the files fine.
>

That's strange
do these and let us know the results

# which find
# ls /find
# alias find
# echo $PATH

if `which find` returns /usr/bin/find, then you can also do 

# cd /
# /usr/bin/find etc

or else 

# /usr/bin/find /etc

ben
 


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux