![]() |
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 |
| setEnv.sh is found in which directory(path) | sachin.tendulka | UNIX for Dummies Questions & Answers | 8 | 12-13-2007 05:38 AM |
| Deletion of Data from Lost+Found Directory | Ranganai | SUN Solaris | 1 | 11-17-2006 06:10 PM |
| Deleted Lost+Found directory | BG_JrAdmin | SUN Solaris | 1 | 11-06-2006 10:07 AM |
| Monitoring a directory for new files with .xx and executing command if found | krkan | Shell Programming and Scripting | 4 | 03-14-2006 11:16 PM |
| lost+found directory | Ben070371 | UNIX for Dummies Questions & Answers | 2 | 11-30-2003 06:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Solaris-ksh: directory not found
Solaris 8 using ksh:
I have a directory called apps...in that directory there are some flat files and some directories. I can't access one particular subdirectory called netscape-old. I am NOT logged in as root Here is the info... Code:
user@machine[/apps]>ls -l drwxr-xr-x 3 root other 512 Apr 17 2003 iplanet/ -rw-r--r-- 1 root other 8022 Jul 17 2002 LICENSE.txt drwx------ 2 root root 8192 Sep 6 2002 lost+found/ drwxr-xr-x 3 root other 512 Sep 10 2002 netscape-old/ drwxr-xr-x 3 root other 512 Jul 15 2003 netscape/ user@machine[/apps]>cd netscape-old ksh: netscape-old: not found user@machine[/apps]>ls -ld netscape-old netscape-old: No such file or directory |
|
||||
|
I am able to get into the netscape directory and any other directory within apps ( with the exception of netscape-old ).
Here are the results from /usr/bin/ls -lb Code:
user@machine[/apps]>/usr/bin/ls -lb total 121604 drwxr-xr-x 3 root other 512 Apr 17 2003 iplanet -rw-r--r-- 1 root other 8022 Jul 17 2002 LICENSE.txt drwx------ 2 root root 8192 Sep 6 2002 lost+found drwxr-xr-x 3 root other 512 Sep 10 2002 nes\010tscape-old drwxr-xr-x 3 root other 512 Jul 15 2003 netscape ![]() I tried the following: Code:
user@machine[/apps]>cd nes\010tscape-old ksh: nes010tscape-old: not found |
![]() |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|