ALL > Computer and Education > courses > university courses > undergraduate courses > computer essentials > >
2015339960004 李梓慧 homework5 Version 0
👤 Author: by 15858142193163com 2018-04-26 03:17:23
Compare usages for more than two types of operatingsystems. for example, how to create directory?

 

 

In the case of Windows and Linux, the operation under the Windows operating system usually requires a mouse to perform a visual interface operation, while the Linux operating system needs to operate through the command line.

In the windows system, just right-click on the blank area, and then click New, then the option to create a new folder appears.

In the linux system, many operations use command line instructions. In windows systems, operations are generally graphical. The operation of the Windows system is more convenient and the operation of the Linux system is more efficient.

(1)Creating a folder in mac OS X

Create a folder in a directory:

  1. Open Finder and navigate to the directory in which you'd like to create the folder.

  2. Click on File in the upper left-hand corner of the screen.

  3. Select New Folder in the drop-down menu that appears.

  4. Name the folder, and then press Return.


 

(2)Linux Ubantu 16.04 (Ubantu terminal )

1.You can input ‘mkdir+DirName’ in the terminal  to create folders.

2.To get super permisson  Users who want to create folders or directories must have write permission to the parent folder of the created folder.

3.You can input ‘rm+ DirName’ in the terminal  Then you delete it successfully.

Please login to reply. Login

Reversion History

Loading...
No reversions found.