LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-17-2014, 05:58 PM   #1
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Rep: Reputation: Disabled
Weird files show up on Home like 352mwjLfDD


Weird files started showing up on Home files with music videos etc.
Trying to delete it says it's 850 mb but after file operations was preparing to delete it said it was going to eliminate 450,000 files

File is labelled 352mwjLfDD and 2 more weird files like this have showed up

What is this?
 
Old 09-17-2014, 06:01 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
What does this return:
Code:
stat 352mwjLfDD
file 352mwjLfDD
 
Old 09-18-2014, 05:59 AM   #3
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
weird files show up on home like 352mwjLDD

Huh? If you mean when I try to open it I get nothing--the wheel just keeps turning LOL and stops
 
Old 09-18-2014, 06:21 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,848

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
no, that means open a terminal window and execute those commands inside.
 
Old 09-18-2014, 08:23 PM   #5
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Weird files show up on Home like 352mwjLfDD

Entered those numbers into the terminal and says no such command exists
 
Old 09-18-2014, 09:30 PM   #6
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
Did you enter

Code:
file 352mwjLfDD
in the terminal?

file is a command.
 
Old 09-18-2014, 10:37 PM   #7
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Weird files show up on Home like 352mwjLfDD

When I enter the stat and numbers, the terminal says it cannot stat

When I enter file with the numbers, I get no such command exists

I downloaded 3 items in terminal and it said download complete but the files couldn't be found.

I don't remember now exactly what they were.

I just want to delete them without file operations going crazy and stating it's going to wipe out 450,000 files

Bleach bit didn't work on one in trash Other deletion options?
 
Old 09-19-2014, 12:47 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,848

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
ok, so open the terminal and execute the following (line by line)
Code:
cd
ls -l
please post the result
 
Old 09-19-2014, 02:30 AM   #9
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Weird files show up on Home like 352mwjLfDD

It gives a listing of everything under my computer files Desktop through Documents Downloads Music Pictures etc and how many each file contains
Also lists the 2 series of numbers with no info
 
Old 09-19-2014, 03:08 AM   #10
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by jazzbo001 View Post
It gives a listing of everything under my computer files Desktop through Documents Downloads Music Pictures etc and how many each file contains
Also lists the 2 series of numbers with no info
Then what he is really after is for you to copy/paste the lines with the series of numbers (the rest is not of much interest I think).

So you should copy and paste the lines that look something like...

Code:
-rwxr-xr-x 1 user user  123456 Sep 19 01:03 352mwjLfDD
Then he wants you to post the output of stat and file for each of those files, something like...

Code:
file 352mwjLfDD
352mwjLfDD: ELF 32-bit LSB  executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped

stat 352mwjLfDD
  File: ‘352mwjLfDD’
  Size: 31917           Blocks: 64         IO Block: 4096   regular file
Device: 815h/2069d      Inode: 525952      Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (  500/  user)   Gid: ( 1002/  user)
Access: 2014-09-19 01:56:59.159293814 -0600
Modify: 2014-09-19 01:56:39.730598644 -0600
Change: 2014-09-19 01:56:39.730598644 -0600
 Birth: -
What he is trying to do is to figure out where those files are, and why you cannot perform operations on them. But he needs the actual output pasted here, not just a description of it.

If what you see does not fit the above description then at least post here what you are seeing that you said "Also lists the 2 series of numbers with no info".

Last edited by astrogeek; 09-19-2014 at 03:11 AM.
 
Old 09-19-2014, 08:26 AM   #11
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Do you use Bleachbit?
 
Old 09-19-2014, 09:38 AM   #12
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Weird files show up on Home like 352mwjLfDD

Yes, used Bleach Bit multiple times-same result gets to trash and the wheel spins interminable and stops

Entering file: then the numbers--the terminal repeated file: and said no such command exists when entering the 3 files

In Trash--- 3SzmwJLfDD

Still on my named computer's files---/home/jazzbo/NBc.izA4Sf and/home/jazzbo/nwDR1ri7Ym

So,normal delete--normal empty trash and Bleach bit are all a no go

Don't we all love a good soap opera?
 
Old 09-19-2014, 10:54 AM   #13
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Try deleting as root. Type in the terminal
sudo rm /home/jazzbo/NBc.izA4Sf
and see if that works. Type it exactly: you don't want any nasty accidents!
 
Old 09-19-2014, 12:53 PM   #14
jazzbo001
LQ Newbie
 
Registered: Aug 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Weird files show up on Home like 352mwjLfDD

Per last, this is what terminal reported

rm: cannot remove ‘/home/jazzbo/NBc.izA4Sf’: Is a directory
 
Old 09-19-2014, 08:29 PM   #15
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
You can remove a directory, even if it contains files with

Code:
rm -r [directory]

That is a very useful command when you no longer need a directory.

It it were me, I'd be inclined to take a look inside that directory and see what it contains. That may give some hint as to why it appeared.
 
  


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
df and due commands show differences and lsof does not show deleted files devUnix Linux - Server 7 07-17-2014 03:45 PM
weird home mount :( hilou Linux - Server 6 07-01-2013 09:32 PM
Downloaded files do not show in /home as usually borgibo Linux - Newbie 5 03-15-2009 12:46 PM
df does not show my home partition xri Zenwalk 10 09-29-2007 09:09 PM
Weird Problem with HLDS. Some IPs show, some don't. maidenseye Linux - Software 1 08-31-2005 09:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:17 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