this post was submitted on 10 Apr 2026
26 points (100.0% liked)

Linux

64525 readers
83 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

When I start my pc, (Nobara 43) Memory is up to 70% usage. I dual boot, but use Windows like 5% of the time. I have a Swap partition (64gb), but it shows 0b usage. Is it safe to kill the windows process? Can anyone shed some light into whats going on? I was starting to think this is sketchy lol

you are viewing a single comment's thread
view the rest of the comments
[–] thermogel@lemmy.ml 0 points 2 days ago (2 children)

Thanks, this is useful info. It doesnt appear to be restarting itself after I killed the process. Is this a good sign?

[–] deadcade@lemmy.deadca.de 2 points 2 days ago (2 children)

This doesn't really say much; this could be legitimate software thinking it crashed, or it could be malware trying to hide itself.

Try seeing if sudo find / -type f -name windows tells you anything about where it's installed. This command searches through / (all files) to find a file (-type f) that is named windows (the same as the process name).

[–] non_burglar@lemmy.world 1 points 2 days ago

find will catch more if you wildcard the name with "windows", but that's a moot point: we don't have enough info to jump to "malware" conclusions here.

Looking for malware by hunting for the name in a procid list won't usually get far, you'd be better to netstat to see what various processes are listening or phoning home to confirm suspicions of malware.

[–] thermogel@lemmy.ml 1 points 2 days ago (1 children)
[–] deadcade@lemmy.deadca.de 2 points 2 days ago

Heavily leaning towards malware; normal software tends to name itself the same on disk and in ram, this seems to be it trying to hide itself.

Since there's now nothing to go off of for how this got on your system, the best course of action is to back up your documents and reinstall your system fresh. To avoid malware in the future, stick to the built-in app store and system repositories where possible.

[–] Malix@sopuli.xyz 1 points 2 days ago (1 children)

it'll probably be back running once you reboot. better find out where on your storage it is, why is it starting and where did it come from.

[–] thermogel@lemmy.ml 1 points 2 days ago

Its not showing after reboot. I wanted to trace it back but theres no trace, hmm