Sponsored Content
Operating Systems Linux What is the difference between Linux and Windows? Post 302641691 by Corona688 on Wednesday 16th of May 2012 11:48:52 AM
Old 05-16-2012
There's not really a simple comparison, they have pretty much nothing in common except the concept of files(but not folders).

For example: Windows uses drive letters to specify different partitions. Linux just puts different partitions inside different folders, and can put them wherever asked(i.e. / is one partition, while a folder inside it, /home/, could be attached to a different partition, or just left inside / if not ).

Linux has a very simple but powerful system for managing users. Users are simply lines of text inside /etc/passwd and /etc/shadow. Managing users inside Windows on the other hand is very complex and involves many separate files for each user.

Linux does not require a GUI. Windows has one built in inextricably.

And on, and on, and on. Linux was not built with Windows in mind and doesn't relate to it.
 

10 More Discussions You Might Find Interesting

1. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

2. UNIX for Dummies Questions & Answers

vnc over an ssh tunnel Linux to Linux to Windows

I *think* what I want to do is not only possible but easy, but as a "dummy" :) I can't figure it out. Here's what I have: Linux (Ubuntu 10.04) laptop that is not in my house, but has an Internet connection. Linux (Ubuntu 9.04) computer in my house that has unfettered access to the... (6 Replies)
Discussion started by: WesleyC
6 Replies

3. Shell Programming and Scripting

Execution difference in perl scripts for windows / AIX

Hi, I have perl script abc.pl which runs perfectly fine on windows ( execution from cmd). Now i tried to execute the same perl module on the AIX server after defining the captureoutput.pm and other relevant changes. But its behaving very weirdly as a portion of the URL which is formed by... (3 Replies)
Discussion started by: slayer0611
3 Replies

4. UNIX for Dummies Questions & Answers

Difference between windows and Unix

Hi all, can anyone share any URl or link which is about the main 20 advantages and features of unix over windows i mean i need camparison matrix between windows and any flavour of unix. thanks a lot in advance for sharing. Best Regards (4 Replies)
Discussion started by: younusdba
4 Replies

5. What is on Your Mind?

Difference between windows and linux?

Hi.. What is the difference between linux and windows? (2 Replies)
Discussion started by: billcrosby
2 Replies

6. UNIX for Dummies Questions & Answers

difference between unix and linux

Hi I am new to linux I have dout waht is the difference between UNIX and LINUX Is there any soft for insatallation for UNIX OS Thanks (0 Replies)
Discussion started by: sanjaya
0 Replies

7. Linux

Difference between Windows and Linux

Hi, What is the difference between Linux and Windows? Thanks. (1 Reply)
Discussion started by: billcrosby
1 Replies

8. Red Hat

Difference Redhat Linux/RH Enterprise Linux

what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies

9. UNIX for Beginners Questions & Answers

Difference between UNIX and Windows Disk storage

I have heard that UNIX disk storage is costlier than Windows Disk storage. Is that true? If not why we have limited storage on UNIX systems? Windows disk storage is so cheap nowadays. Is it not true for UNIX disks? (8 Replies)
Discussion started by: Soham
8 Replies

10. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies
PART(8) 						      System Manager's Manual							   PART(8)

NAME
part - partition table editor SYNOPSIS
part [device] ... DESCRIPTION
Part is a screen oriented partition table editor. While editing you will see six lines of numbers, the first line shows the device name and its geometry (number of cylinders, heads and sec- tors), the second shows the start and end of the drive or partition you are working on, the last four lines show the different partitions or subpartitions. All numbers except those on the second line can be edited. Question marks are showed instead of numbers if the parti- tion table is not loaded yet. You have to select a device and type 'r'. Editing is a simple matter of moving around with the arrow keys and changing the values with + and - (or PgUp and PgDn), or by typing the desired value. The '?' key will give a small list of commands, the '!' key gives advice on how to make a new entry. The spacebar toggles between showing the size of the partition and the last sector on the partition. Useful to check if a partition is adjacent to the next. The 'm' key is "magical", it lets you cycle through a set of interesting values for the base or size of a partition. These values are: Aligned to a cylinder, taped to other partitions (inside or outside), or filling out holes. Use this key! Minix subpartition tables or extended partitions may be edited after hitting the '>' key. The number of this partition will be shown after the device name on the second row, e.g. /dev/hd0:2. Minix subpartition tables are shown as is, but extended partition bases are trans- lated to absolute offsets on the screen to hide the gory details of their implementation from the innocent user. (Hit 'p' if you dare.) The '<' key will bring you back to the enclosing partition table. With arguments, part will use the given devices or files. Without arguments, part will use all interesting block devices in /dev sorted by device number and starting with /dev/hd0. Values that are out of range, overlapping, or otherwise strange are shown in reverse video. Values that may possibly be a problem for operating systems other then Minix are shown in bold characters. The name of the device is highlighted when it has not been read yet. Head or sector numbers are highlighted if the partition does not start or end at a cylinder boundary. The base and/or size field is highlighted if they fall outside the device, if they are inside some other partition, if the base equals the device's base (no room for the boot sector), or if the size is zero. Part complies with the good old UNIX tradition of trusting the user. It will write any table, no matter how bad. You have been warned. By the way, as far as Minix is concerned there is absolutely no reason to make partitions start precisely on a cylinder or track nor does it have to be an exact number of cylinders long. Minix only looks at the base and size of a partition, the geometry of the drive doesn't have to be correct. Other Operating systems can be very picky about partitions that are not aligned. Some partition editors may refuse to edit a table, others may even make a mess of the table. The only exception is the first partition, it traditionally starts on the first track, not the first cylinder. All editors must understand this. (Subpartition tables are Minix specific, so there is no reason at all for any alignment.) Extended Partitions Extended partitions are a mess that is only made slightly better by part by translating the base offsets to absolute numbers. It is better to use DOS fdisk to create them, but if you insist on using part then this is what they should look like: The extended partition entry in the primary partition table must cover the whole logical partition space within it. The area thus created is split in segments, each segment contains a partition table in sector 0 and one (just one) logical parti- tion. The first entry of a segment's partition table describes this logical partition: it's partition ID, base and size. The second entry is an extended partition that describes base and size of the next segment (partition table and logical partition). The last segment's partition table is empty, or contains one logical partition. SEE ALSO
fd(4), hd(4). BUGS
You can have a table read, messed up, and written in no time, be careful. You can't type head or sector numbers directly. Sectors are counted from 0 for consistency, but the partition table counts from 1 like DOS addresses them. Most confusing. You can't write a backup copy to a file, that's what dd(1) with count=1 is for. AUTHOR
Kees J. Bot (kjb@cs.vu.nl) PART(8)
All times are GMT -4. The time now is 01:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy