homework_5 Version 0 |
|
👤 Author: by 1065486204qqcom 2018-04-18 12:51:04 |
Let's look at some differences of Windows and Linux:
To create a new directory in Windows,just need to right click mouse and choose create new file.By contrast,if you want create a new directory in Linux,you need to get root authority,then input 'cd' command into the aim folder,then input 'mkdir filename' command to create a new directory.Ordinarily,Windows use GUI to realize human-computer interaction,while Linux use command more.