Computer Science, asked by aditya144596, 1 year ago

difference between windows and linex​

Answers

Answered by prabuddha10
0

Answer:

There is not much difference both are os the only difference is that they are made by different developers and have some different functions...

Answered by lakshaymadaan18
0

Linux has made some serious headway over the past decade, elevating itself from “that open source operating system” to “wow, this thing is actually usable!” There’s been a gentle but definite trickle of users away from Windows toward the freer option of Linux and maybe you’re thinking about making that leap. But should you?

From an objective standpoint, there are real and compelling reasons why you should switch, but I’m not here to convince you one way or the other. This article is meant for those of you who are leaning towards making the switch already. If that’s what you want, great! You should know, however, that the switch is not exactly a cakewalk.

Here are some fundamental differences between Windows and Linux. Read through them and be absolute certain that you’re willing to put up with the learning curve because there’s nothing worse than jumping headfirst into something unexpected.

File Structure

linux windows

The fundamental structure of Linux is completely different from Windows–as it should be, considering that it was developed over a separate codebase with separate developers. You won’t find a My Documents on Ubuntu, nor will you find Program Files on Fedora. There are no C: or D: drives.

Instead, there is one single file tree and your drives are mounted into that tree. Similarly, your home directory and your desktop directory, they’re both part of that single file tree. Technically, you’ll need to learn a whole new filesystem and its architecture; practically, it’s not very hard, but the difference is still there.

No Registry

windows vs linux

Have you heard of the Windows registry? If you haven’t, here’s an extremely fast crash course: it’s a master database of all the settings on your computer. It holds application information, user passwords, device information–pretty much anything you can think of. If it’s not stored as a file, it’s probably stored in the registry.

Linux doesn’t have a registry. The applications on a Linux machine store their settings on a program-by-program basis under the hierarchy of users. In this sense, Linux configurations are modular. You won’t find a centralized database that needs periodic cleaning here.

Package Manager

windows vs linux

On Windows, you often need to fiddle with this thing called an installation package. You visit some website, go to their download section, and click on the link that sends you an EXE file. You run it and the program does its thing and that’s when you consider it to be “installed.” And when you want to remove programs, you have to mess with the Control Panel. Right?

With most Linux systems, you won’t have to deal with that anymore. Instead, you’ll have something called a package manager, which is essentially a center for browsing, installing, and removing program packages. Instead of visiting the Firefox website, you can just search your package manager’s repositories and download it straight.

Personally, this is one of my favorite differences between Linux and Windows.

Interchangeable Interfaces

windows vs linux

Until Windows 8, the Windows interface hadn’t experienced much innovation in a long time. Sure, there’s Aero that came with Windows Vista. Before that, XP made some small improvements over Windows Classic. But the Start Menu, Taskbar, System Tray, Windows Explorer — all of it was fundamentally the same thing, and it was all restored with Windows 10.

On Linux, the interface is completely severed from the core system. You can switch up your interface environment without mucking about with reinstallations and whatnot. There’s GNOME and KDE and the more recent Unity, as well as a number of lesser-known varieties that all focus on different aspects.

Command Terminal

linux windows

Linux has a (fading) reputation for being the operating system for geeks and that reputation mostly comes from the prevalence of the terminal. What’s a terminal, you ask? It’s that black box with traditionally green text that you can use to execute commands. In other words, it’s like Windows Command Prompt on crack.

If you’re going to switch to Linux, you must be open to learning about command structures because you will find yourself using it frequently. I’m sure there are graphical workarounds (such as opening config files in a text editor) but it’s hard to beat the power and efficiency of a terminal that does exactly what you tell it to do.

Similar questions