![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Location of log file | mohan705 | UNIX for Advanced & Expert Users | 1 | 04-22-2009 12:34 AM |
| Bash copy file contents into an existing file at a specific location | gshepherd7 | Shell Programming and Scripting | 6 | 03-11-2009 09:26 AM |
| copy files from one location to similar location | pharos467 | UNIX for Advanced & Expert Users | 1 | 09-21-2008 12:21 PM |
| how to put file from one ftp to another ftp location | prasee | Shell Programming and Scripting | 1 | 03-28-2008 05:34 AM |
| What is the file location? | Chanakya.m | Shell Programming and Scripting | 5 | 07-17-2006 12:42 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
where should i run this command ??? Home directory ????
![]() ---------- Post updated at 05:03 AM ---------- Previous update was at 05:01 AM ---------- this is the output i am getting and it gets hanged... Please help!!! find: cannot open /home/hupadhya find: cannot open /home/deepjain/.ssh find: cannot open /home/jkumar find: cannot open /home/nedumtha find: cannot open /home/ypuranik find: cannot open /home/kvinoths find: cannot open /home/chadesai find: cannot open /opt/medusa find: cannot open /opt/openssh/empty |
|
||||
|
The "find" is probably not hung. It will take time to search from root down. The error messages "find: cannot open" are because you are not logged in as "root" and do not have permission look at some directories. This is harmless because you could not have created a file in one of those directories. If you really don't know where you created the file, the find from root will find it eventually.
Code:
find // -type f -name "name_of_lost_file*" -print |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| location |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|