**Welcome to click "The Beauty of Algorithms and Programming" ↑ Follow us! **
**This article was first published on the WeChat public account: "The Beauty of Algorithms and Programming". Welcome to follow and learn more about this series of articles in time. **
installation
After the installation is complete, if there is no desktop logo, click the windows logo and look for it inside.
use
The first time you use it, you will be asked to set a user name and password, just follow the prompts to enter it (because they are all in English, you can use Baidu translation if you don’t understand)
Here are some basic instructions for everyone to use. Ps: This Ubuntu has only command interface, no graphical interface.
cd / ##Open the system root directory
cd a directory address##Enter a directory
cd .. ##Return to the previous directory
ls ##List files and directories, and you can follow the path after the ls command to view the content under the path
ls -a ##View the hidden files in this directory, add.
ls -l ##You can view the attributes of the files in the directory, and the suffix name will be displayed
cat file name##View text file
more file name##Similar to cat, it is suitable for viewing large files, page by page view, space key to view one page down, enter key to view one line down, press q to exit
whereis -b find ##Find a specific program file, -b is used to query the executable binary file of this file, if not found, return an empty string
man find ##For help commands, you can view the manual of the command, etc.
whatis uname ##Get the command introduction from the manual
apropos search ##When users want to search for a file, when they can’t remember which command to use, they can use the apropos command (in fact, it lists the items that contain the search together)
mkdir~/picture/temp ##Create a new temp directory under the picture directory of the main directory.
END
Chief Editor | Zhang Zhenyue
Editor in charge | Ma Yuantao
** where2go team**
WeChat ID: the beauty of algorithms and programming
**Warm reminder: **Click "write message" at the bottom right corner of the page to comment, and look forward to your participation! Looking forward to your forwarding!
Recommended Posts