Re: Strange directory in home
- From: Paul Cartwright <ale@xxxxxxxxxxxxxxx>
- Date: Sat, 14 Jun 2008 15:57:47 -0400
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
- References:
- Strange directory in home
- From: Frank McCormick
- Re: Strange directory in home
- From: Florian Kulzer
- Strange directory in home
- Prev by Date: Re: Iceweasel 3 and gopher?
- Next by Date: Asus P5E-VM DO Motherboard Network Driver Availiable? Hardware compatibility with Debian?
- Previous by thread: Re: Strange directory in home
- Next by thread: Re: Strange directory in home
- Index(es):
Relevant Pages
|