Re: Strange directory in home



On Sat June 14 2008, Florian Kulzer wrote:
Can anyone explain this ?

The name "file:" reminds me of how file managers sometimes refer to
local files in their address/location bar. Some application might
misunderstand expressions such as "file:///home/frank/Desktop" and
therefore create spurious directories and files in your home directory.

You could try to catch processes that access these directories/files
with lsof or fuser, maybe in combination with inotify-wait (package
inotify-tools).

and if there was nothing after the file, the filename might be hidden
characters or A SPACE.. you might try :
$ cd
$ls -la ?

like I did here. What I did was create a file called 1 . The wild card "?"
would find it,and any filename that was 1 character, including a space

# ls -la ?
ls: cannot access ?: No such file or directory
paulandcilla:/etc/udev/rules.d# >1
paulandcilla:/etc/udev/rules.d# ls -la ?
-rw-r--r-- 1 root root 0 2008-06-14 15:56 1
paulandcilla:/etc/udev/rules.d#

--
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Rogue Filename - Cant Do A Thing With It
    ... What did work was that fsck detected illegal characters in the filename, ... However, when fsck restored the filename, it had most of what I think was ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: [maybe OT] unicode control characters in filenames
    ... This definitely needs more than a cursory view into perl - ... to be sure you know what characters are in the filename, ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: piping find to zip -- with spaces in path
    ... But that fails when the filename contains a quote character. ... The comment about real Unixers not using ascii characters: ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • Re: determine default filename encoding
    ... > Suse tech support for the way filename characters are represented, ... Characters are characters - just bytes. ... Then if that coding differed from the LANG coding ... filenames that were written in encoding X as they were written, ...
    (comp.os.linux.setup)
  • Re: Filename containing French characters ?
    ... here is the log of apache when trying to access a filename ... display UTF-8, keep reading... ... Create a text file with an editor that supports non-ASCII characters. ...
    (freebsd-questions)