The main advantage of computer network is that it can realize the sharing of resources and information, and the user can access information remotely. Linux provides a powerful set of network commands to serve users, which can help users log on to
CD directory name switch to a directory
CD: Up-level directory
CD/root directory
ll list the files under the folder
Ifconfig Get IP
PWD current Directory
mkdir Directory name creation directory
RM-RF file name or directory name
1. See what file information is in the directoryList view what files are in the current directory > ls//list -list View the contents of the file under the directory in detail > ls-l or ll//View the file name information in the specified directory >
1, Ubuntu version of the main version of ERA name + sub-version of this month, April for the stable version, October for the beta, singular for short-term support, even for the long-term support. 2, Shell for Command parser, (Shell--unix,bash--linux)
1. View the file information in the directory> LS//list View the file information in the current directory> ls-l or ll//to display the file information in a detailed list> ls-a//View all files (including hidden files)> Ls-al//View all files in a
Linux CD The order can be said to beLinuxThe most basic command statement in the Linux operation is very high frequency, the other command statements to operate, are based on the use ofCDon the command. Because this article summarizes the CD command;
1. Vim Basic Editor:Mode-Normal Mode/edit mode/Command modeA. Default normal modeB. Enter i/a into edit modeC.esc return to normal moded. Input: Command execution commandTo use the following command, you first need to press the ESC key back to
First, the file directory class1. Create directory: mkdir directory name2. Delete Empty directory: RmDir directory name3. Unconditional deletion of subdirectories: RM-RF directory Name4. Change the current directory: CD directory name (go to User
Remember to keep up to date when installing VMware, reinstall VMware Tools, and follow the instructions below the virtual machine. Install additional software in the Ubantu system, the software format is. Deb, take sublime-text-3 as an example, copy
The PWD command is used to display the current working directory in the format: pwd[options]@1, view the current work path:[Email protected]/]# pwdThe CD command is used to switch the work path format to: "CD directory Name"
cd command
have been learning Linux, but a little day fishing two days means, now hope to write blog form, accumulate more knowledge, but also hope to help the same in the Linux pit of the small friends ~PS: My notes focus on popular, a lot of commands 100
This blog introduces several basic Linux commands, write if there are shortcomings, but also hope that readers are not hesitate to enlighten! Switch directoriesCD(changedirectory) Switch working directorySyntax: CD [directory to switch]CD : Enter
The mode of the fileWhen you use the LS-L command to view directory content[Email protected] cmdline]$ ls-l/etc/passwd-rw-r--r-- 1 root root 1917 Jul 2 15:01/etc/passwdThe first column field is the file mode. The first character represents the file
1.Vim#在命令行中输入vim, enter the VIM editor2.I#按一下i键, lower display--insert--#插入命令, any character may be useful in vim3.Esc#退出i (insert) command for other commands to use4.: R filename#读入一个文件内容, and writes to the current editor5.: w
Configuration rules for variables
Variables and variable contents are linked with an equal sign "=", as follows:"Myname=vbird"
The equals sign cannot be directly connected to a space character, as shown in the following error:"myname =
Linux Introduction First, Linux preliminary introduction
Advantages of Linux
Free, open-source
Multi-threading, multi-user support
Good security
Superior in memory and file management
System stability
First, Linux preliminary introduction
Advantages of Linux
Free, open-source
Multi-threading, multi-user support
Good security
Superior in memory and file management
System stability
Consume less resources
ls commandThe LS command is the most commonly used command under Linux, and the LS command is the abbreviation for list. LS is used to print out a list of current directories. If LS specifies a different directory, then the list of files and folders
1 Download NDK for Mac Http://developer.android.com/tools/sdk/ndk/index.html 2 Decompression Android-ndk-r10e-darwin-x86_64.bin The Terminal CD directory ndk$ chmod a+x android-ndk-r10c-darwin-x86_64.binndk$./android-ndk-r10c-darwin-x86_64.bin Unzip
Ls
Description
Example
DescriptionLists the contents of the catalog.Example
Lists all files under the current directory whose names begin with S, sorted by date.# ls-ltr s*
The details of all the files in the "/bin"
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.