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.