Auto-translated
What's this all of a sudden? oO
New here? I'm Roha — want a quick tour?
What's this all of a sudden? oO
A kind old tech wizard said that a long time ago, when I was young and naive. And he was fixing my brother's computer, not mine.
Wasn't Linux around before Windows? Although there were other Unix-like systems... I don't know, anyway.
But I'm quite happy with Windows, it's more convenient.
Well, it's hard to say; in terms of convenience, I don't think Windows can compare to Linux. But when you feel the full power of the machine in your hands, when you realize that you are the master of the machine, and not some program... it's a very interesting feeling...
Yes, indeed, I've also heard that many things for Windows were taken from Linux. But it's not forbidden – you understand the GNU license.
Perhaps, but I'm not very good at using it, I admit. So, I'll stick to that "program" or just stay on that program. Another downside is that Unix has a completely different multimedia kernel; games and programs won't run on it. I don't remember what the file extension is for it; Windows uses "exe," but... I don't know.
I didn't quite understand the first sentence. If I'm not mistaken, the extension for executable files in Linux is .run, although I might be wrong.
Another downside is that Unix has a completely different multimedia kernel, so games and programs will not run on it.
Windows needs extensions to associate specific file types with the appropriate program for processing (this is known as file association).
However, different programs for Linux will work – usually free, faster, and less bulky.
For Windows, it's clear, but how does Linux recognize files?
Let's say a regular text file opens with an editor (I don't know which one), and I want to use a different editor. How do I make the system recognize that specific text files should be opened with the editor I want, instead of the default one?
Isn't there an emulator for Windows programs? I think you can run .exe files in Linux...
and a few words about what you will gain by using Linux.
You will stop worrying about viruses, Trojans, worms, and antivirus software and its updates.
Are all viruses only capable of eating Windows files? Why can't they mess up Linux in the exact same way?
Openness and cross-platform compatibility define operating systems based on the Linux kernel as unsuitable for the large-scale activity of malicious software codes.
A very large number of viruses and destructive programs have been created for Microsoft Windows (their number is in the hundreds of thousands). Special software—antiviruses—is used to combat them. There are different types of viruses: from relatively harmless ones that cause no particular harm to the user, to destructive ones that change system settings or destroy user or system files.
In Linux (as in all other UNIX-like systems), there has always been a clear separation of user rights. There is only one system administrator account ("superuser")—root. This user can perform unrestricted actions on the system: change settings, install and remove programs, modify system files, stop the operation of the system or its individual components. And there are regular user accounts: they can only change personal settings (appearance, program settings) and perform file operations only within their home directory (or in other directories if root permits). Programs can only be installed in one's own home directory or in directories where the user has write permission.
Are all viruses only capable of corrupting Windows files? Why can't they do the same to Linux?