LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 11-07-2020, 03:39 AM   #1
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 629

Rep: Reputation: 174Reputation: 174
Problem Directory named "file:"keeps showing up.


I may have mentioned this earlier I cannot find the thread.

Using Debian Testing with some unstable packages, of course

It happens EVERY TIME I login to a different windowing manager: XFCE, XFCE, Plasma, Fluxbox, and probably others.

The structure of the directory is that of a mail directory:

===
./file:
/home
kevin/
.local/
share/
local-mail/
cur/
new/
tmp/

===

I have deleted kmail, and installed thunderbird... no change.

So what the {bad-word} is going on with my system?
It doesn't break anything, but this has been {upsetting} me for several months.

Has this happened to anyone else?
Does anyone have any suggestions to help me fix this?

Thank you for your time, and have a good day!
 
Old 11-07-2020, 03:46 AM   #2
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
What command are you issuing to get that listing?
(Please use code that’s to post output....see the link in my signature)
 
Old 11-07-2020, 05:45 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by kevinbenko View Post
The structure of the directory is that of a mail directory:

===
./file:
/home
kevin/
.local/
share/
local-mail/
cur/
new/
tmp/

===
What is this? What are you showing us there?
I'd prefer
Code:
ls -al file\:
If you want to know what generates it, you have to dig deeper. Look at some files inside etc.
 
Old 11-07-2020, 07:41 PM   #4
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 629

Original Poster
Rep: Reputation: 174Reputation: 174
OK, I did ls -alR file\:/

{the listing is kind-of long... sorry}

Output is

// BEGIN

kevin@kevhome:~$ ls -alR file\:/
'file:/':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 92 kevin kevin 4096 Nov 7 19:37 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 home

'file:/home':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 kevin

'file:/home/kevin':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .local

'file:/home/kevin/.local':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 share

'file:/home/kevin/.local/share':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 local-mail

'file:/home/kevin/.local/share/local-mail':
total 20
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 cur
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 new
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 tmp

'file:/home/kevin/.local/share/local-mail/cur':
total 8
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 ..

'file:/home/kevin/.local/share/local-mail/new':
total 8
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 ..

'file:/home/kevin/.local/share/local-mail/tmp':
total 8
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 ..
kevin@kevhome:~$

// END

HOWZAT???
 
Old 11-07-2020, 07:43 PM   #5
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 629

Original Poster
Rep: Reputation: 174Reputation: 174
Also, I did a quick logout and login and the evil directory was there.....
 
Old 11-08-2020, 05:23 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Please wrap your command output in CODE tags...
 
Old 11-08-2020, 06:14 AM   #7
MadeInGermany
Senior Member
 
Registered: Dec 2011
Location: Simplicity
Posts: 2,792

Rep: Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201
I think the file: prefix is too much.

Please give output of the following commands
Code:
env | grep file:
echo $HOME
getent passwd $USER
 
Old 11-08-2020, 06:45 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ondoho View Post
If you want to know what generates it, you have to dig deeper. Look at some files inside etc.
Funny how people always read only half of my posts.
 
Old 11-09-2020, 08:42 PM   #9
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 629

Original Poster
Rep: Reputation: 174Reputation: 174
Code:
kevin@kevhome:~$ ls -alR file\:/
'file:/':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 92 kevin kevin 4096 Nov 7 19:37 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 home

'file:/home':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 kevin

'file:/home/kevin':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .local

'file:/home/kevin/.local':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 share

'file:/home/kevin/.local/share':
total 12
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 local-mail

'file:/home/kevin/.local/share/local-mail':
total 20
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 3 kevin kevin 4096 Nov 7 19:31 ..
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 cur
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 new
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 tmp

'file:/home/kevin/.local/share/local-mail/cur':
total 8
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 ..

'file:/home/kevin/.local/share/local-mail/new':
total 8
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 ..

'file:/home/kevin/.local/share/local-mail/tmp':
total 8
drwxr-xr-x 2 kevin kevin 4096 Nov 7 19:31 .
drwxr-xr-x 5 kevin kevin 4096 Nov 7 19:31 ..
kevin@kevhome:~$
 
Old 11-09-2020, 08:45 PM   #10
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 629

Original Poster
Rep: Reputation: 174Reputation: 174
To MadeInGermany:

kevin@kevhome:~$ env | grep file\:/
kevin@kevhome:~$ echo $HOME
/home/kevin
kevin@kevhome:~$ getent passwd $USER
kevin:x:1000:1000:Kevin Benko,,,:/home/kevin:/bin/bash
kevin@kevhome:~$



Howzat?
 
Old 11-09-2020, 08:50 PM   #11
kevinbenko
Member
 
Registered: Jun 2005
Location: Fargo, North Dakota
Distribution: Debian Stable {Probably forever}
Posts: 629

Original Poster
Rep: Reputation: 174Reputation: 174
Yes, I know it is part of a email program that is causing my problems. I once used Kmail, but now I use Thunderbird.

Could my problem a remnant of Kmail?

I have been beating my head against my keyboard (figuratively) for many months.

Yeah.... I could have the system automatically delete THAT directory via a crontab entry, but that does not really fix the problem.....

Hey, all, that you all for continually trying to help me.
 
Old 11-09-2020, 09:05 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
./file is a very strange path in a Linux system.

Have you tried any of these commands?

[CODE]ls ./file
rm -r ./file
rm -r .file[
/CODE]
 
Old 11-10-2020, 01:32 AM   #13
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
I'm almost 100% sure that OP has some stray, possibly self-made script or service running (or maybe a broken TB addon) that has some sort of error in it. We won't be able to find it, but evtl. OP will find it, it will be facepalm all around, problem solved, sorry for wasting your time...

A lot could be cleared up by actually looking at the file inside the folder in question, but apparently that is too much to ask.
 
Old 11-11-2020, 01:10 AM   #14
MadeInGermany
Senior Member
 
Registered: Dec 2011
Location: Simplicity
Posts: 2,792

Rep: Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201Reputation: 1201
Quote:
Originally Posted by kevinbenko View Post
To MadeInGermany:

kevin@kevhome:~$ env | grep file\:/
kevin@kevhome:~$ echo $HOME
/home/kevin
kevin@kevhome:~$ getent passwd $USER
kevin:x:1000:1000:Kevin Benko,,,:/home/kevin:/bin/bash
kevin@kevhome:~$



Howzat?
Zats okay.
Search for the file: prefix in your files
Code:
cd
find . -type f -size -100 -exec grep "file:" {} +
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Why does a directory named "file:" keep appearing in my home directory kevinbenko Linux - Newbie 2 04-03-2020 02:32 PM
find specific named directory while excluding specific named directory sharky Linux - Newbie 6 01-17-2014 11:29 AM
(bind) named: couldn't open pid file '/var/run/named/named.pid' - any help? samengr Linux - Server 6 04-01-2009 06:22 AM
file /var/lib/named/var/named/reverse/named.zero failed: file not found Toadman Linux - Software 15 03-18-2009 07:01 PM
chown -R named:named /var/named crash the system? joangopan Fedora 2 09-09-2007 02:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 09:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration