LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-30-2012, 04:35 AM   #1
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246
Blog Entries: 16

Rep: Reputation: 25
Question odd subdirectories in /tmp


Hi all,

I was looking for something in my /tmp directory and found a whole bunch of subdirectories with similar names and the same creation time:

Code:
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu4.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu5.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu6.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu7.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu8.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu9.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccua.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccub.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccuc.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccud.tmp/
.
.
.
<more of the same>
... they're all empty. I don't know anything about these ... are they perhaps something to be concerned about?

Thx,

Glenn
 
Old 12-30-2012, 04:45 AM   #2
tuxbg
Member
 
Registered: Sep 2012
Location: Bulgaria,Varna
Distribution: Slackware64
Posts: 249

Rep: Reputation: Disabled
I dont know but i allso have strange files in /tmp one of them is this Yxx87nb.exe.rar ?
The other one is that

srwxr-xr-x 1 tux users 0 дек 30 01:46 0851FE1DDCCA1519F4932CCC1B57D58A4FB85E43.16.0.912.29_service_ipc
Ok i found that is from chromium бровсер-16.0.912.29
But the other one i dont know

Last edited by tuxbg; 12-30-2012 at 06:04 AM.
 
1 members found this post helpful.
Old 12-30-2012, 07:30 AM   #3
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 238Reputation: 238Reputation: 238
Yip, I see these "lua"-kind of files quite often in /tmp. Probably related to a suspend/resume cycle. As they are empty I always delete them.

Last edited by brobr; 12-30-2012 at 07:31 AM.
 
1 members found this post helpful.
Old 12-30-2012, 11:51 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
...
Code:
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu4.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu5.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu6.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu7.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu8.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccu9.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccua.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccub.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccuc.tmp/
drwx------ 2 root root 4096 Dec 28 20:47 lua3ccud.tmp/
.
.
.
Glenn:

Running conky?
 
Old 12-30-2012, 01:07 PM   #5
pataphysician
Member
 
Registered: Oct 2012
Posts: 77

Rep: Reputation: Disabled
Quote:
Originally Posted by tuxbg View Post
I dont know but i allso have strange files in /tmp one of them is this Yxx87nb.exe.rar ?
The other one is that
Firefox will put files in /tmp sometimes while downloading if you have "Always ask me Where to save" they are random_name.filetype.part so I have many gibberish.exe.part from when I downloaded my GOG games to play in wine, I also have gibberish.iso.part and gibberish.gz.part probably for the same reason. I don't use chromium but maybe it uses rar as its tmp store of downloads? Or it could be a tmp file while some archiving program unrared a file?

Last edited by pataphysician; 12-30-2012 at 01:11 PM.
 
Old 12-30-2012, 01:19 PM   #6
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246

Original Poster
Blog Entries: 16

Rep: Reputation: 25
Aha!

It's LibreOffice Calc that's doing it. Whew. I ran 'file' on the latest .tmp file and got:

Code:
bash-4.2$ file !$
file lucdpeud.tmp
lucdpeud.tmp: OpenDocument Spreadsheet
Thanks for the tips, everyone. Marking as solved.
 
  


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
Bad exit status from /var/tmp/rpm-tmp.Cs9Mt5 (%build) imbrij Linux - Virtualization and Cloud 11 10-27-2012 10:55 AM
Can't login, says tmp directory full but tmp file is empty! Could be linked to MySQL? bethanlowder Fedora 7 09-25-2009 07:17 AM
Odd, persistent files in /tmp joegumbo Linux - General 5 05-15-2009 09:29 AM
how to securing /tmp , /var/tmp and /dev/shm hackintosh Linux - Security 7 10-17-2007 11:26 PM
Numerous scb_*.tmp files in /tmp dburk Programming 3 08-18-2003 04:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:41 AM.

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