Home > OS >  linux
linux

Time:09-20

# understanding of Linux
Operating system is based on LINUX system, UNIX operating system, developed a clone system, written by c language and assembly language, and LINUX is completely open source and free, suitable for beginners to use, LINUX and the security and stability, support for multiple platforms etc, LINUX can through the corresponding simulator, run DOS and WINDOWS, programs, LINUX has the characters of the interface and graphic interface at the same time, makes it can command like the DO S for operation, and can be a graphical interface like WINDOWS operating,

# # Linux command
* *
Switch, create, delete directory
CD. Switch to the directory of course
CD.. level switch to the directory
CD/switch to the system root directory
Under the CD to switch to the root directory of the current user
CD - switch to the higher level directory
The mkdir create a directory
Mkdir -p creates nested directory
* *
* *
Ls displays the current directory visible file
The ls - a display the current directory all files (including the hidden files)
Ls -l displays detailed information on the current directory file
Ls - al displays detailed information on all current file
* *

CodePudding user response:

Please ignore my post, this is the teacher assigned homework