![]() |
|
|
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 |
| "sed" to check file size & echo " " to destination file | jockey007 | Shell Programming and Scripting | 7 | 04-28-2009 03:08 AM |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 03:00 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| passing a list of dynamic names to a "PS" command in shell script? | sachin.tendulka | Shell Programming and Scripting | 3 | 11-21-2007 04:18 AM |
| total number of files which have "aaa" in files whose names are File*_bbb* | sudheshnaiyer | UNIX for Dummies Questions & Answers | 1 | 08-16-2007 03:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
File names that contain "01" act hidden
Haveing an issue. Anytime a file is created with "01" (zero one) in the name - it cannot be viewed by LS or any other file listing command. Although the file is there, it cannot be seen. I can edit it, run it, anything, except see it.....
What happened? Any ideas? |
|
||||
|
$ ls
01 01new $ touch .01 $ ls 01 01new $ ls -l total 0 -rw-r--r-- 1 UID GID 0 Jun 7 15:50 01 -rw-r--r-- 1 UID GID 0 Jun 7 15:50 01new $ ls -la total 4 drwxr-xr-x 2 UID GID 512 Jun 7 15:52 . drwxrwxrwx 7 UID GID 512 Jun 7 15:50 .. -rw-r--r-- 1 UID GID 0 Jun 7 15:52 .01 -rw-r--r-- 1 UID GID 0 Jun 7 15:50 01 -rw-r--r-- 1 UID GID 0 Jun 7 15:50 01new $ echo $SHELL /bin/ksh are you sure it is not beganing with "." ?? Last edited by Optimus_P; 06-07-2001 at 05:53 PM.. |
|
||||
|
Those files that were created did not show up, but they were created.
The do not show up in the LS command but they are there, like hidden system files on a PC in dos mode Nothing with a dot, anything, and I mean anything, with "01" in the file name is not showing, its there, just not listing |
|
||||
|
oh yeah - I covered every single basic
shared the files, shared the director to another unix server.... Every possible way to show those damn files. Even using samba via an NT server still does not show. Driven me nuts here. |
|
||||
|
Well poop!!!
This kinda sucks, I have no idea if it could be a hardware or software thing at this point. Sun references nothing like this on/in their documentations.... Any ideas on where to send me? Thanks for tryin anyway |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|