ALL > Computer and Education > courses > university courses > undergraduate courses > computer essentials > > > >
homework-5 Version 0
đŸ‘€ Author: by 565884233qqcom 2018-05-02 02:54:00
The difference from Windows to Linux

Entering to the operating system is little same,like inputing your user name and your password,then you face to the graphical desktop.

In the Windows,we use graphical tool in more time.For example  we click our mouse to install some software and download some tools and complete our daily operation in the grapgical interface .But Linux have some different.terminal is that.We can install software in the terminal by using command line.Sentence like ‘sudo apt-get install mysql-server mysql-client’ is used to install mysql to yourLinux System.You can think the terminal as well as the DOS command line.No,that’s not the truth.In the DOS command line,if you want to use some command,you have to set your command’s path.However Linux don’t need.

Creating a directory also have different.Under the Windows,you have C disk and D,E,F,etc.you can in any disks create your directory.Just need to right click your mouse,and create new folder.But Linux don’t like so.It’s C disk like ‘/’,you can only create new directory uder the ‘/’.Of course,you can create your directory under ‘/’’s other folders like ‘/home’.

The power of the root is more important than Windows.Because you install software under the Windows operating system,there’s no problem.But when you install under the Linux,you can face the error that prompting you don’t have enough privilege to complete what you have just done.At this time,you must change your user privilege,only input ‘ sudo su’ in the terminal.After that,you can be successful to install your admired software.Some times,moving a document also need to super administrator’s privilege.

A process is created by a instance,Meanwhile under the Windows it can have some memory,stacks and ID and so on.However under the Linux,the process like a Windows’thread.Communication between each other is a hard problem.By a pipe or virtual shared storage space to exchange their information.Pipe only communicate between father process and son process.

That’s all my compare usages for Windows and Linux.Thank you for reading.My honour.

Please login to reply. Login

Reversion History

Loading...
No reversions found.