Homework_5 Version 0 |
|
👤 Author: by 297362053qqcom 2018-06-07 04:02:40 |
For example, Windows and Linux:
To create a new directory in Windows,we 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.