rw-r--r--file Type: U owner, G belongs to Group, o others 3 letters a group, R read W write x execute. (-D is a directory file, and L is a soft link file).-rw-r--r--. 1 root root 9.8K November 21:39 Install.log.syslog Example: 1 refers to the number
1. Displays all the emulators currently running:ADB devices2. Install the application:adb install-r 123.apk3. Get the files in the emulator:adb pull 4. Write the file to the emulator:adb push 5. Enter the shell mode of the simulator:adb Shell6.
Linux file directory structure
/bin: Store common Commands under Directory
/boot: Store Linux boot core files, connection files and images
/dev: storage of external devices
/etc: the configuration files and
1, how to shut down the command line? (the server generally does not shut down, the virtual machine does not have to shut down, click "Hibernate", keep its running state)Enter shutdown or halt or Poweroff in the terminal2. How to restart the command
Several basic directory files in Linuxhttp://blog.51cto.com/13523981/2055286 (the more detailed here)
File system storage Presumably, this light theory is not very well understood. (You can check online)File system probably:Superblock
A file copy and move1. Command cp--------Copy meaningFormat CP option source file destination fileA: For files we direct CP file target fileSuppose we/home/lv in the normal user home directoryNew two normal file touch 1.txt 2.txtecho "SFSFSFSDF" >> 1
my path to Linux (1)a : preparatory work (1) System version: Centos 6.9 (Final) download Link: http://centos.ustc.edu.cn/centos/6.9/isos/x86_64/Simple Description : Suitable for learning development, top recommendation, built-in simple
LN is a very important command in Linux, Its function is to create a synchronized link for a file in another location. When we need to use the same file in different directories, we don't need to put a file in every required directory, we just put
The tenth chapter summarizes File I/OThe main task of the program is to manipulate the data.A file refers to a collection of related records or data that is put together.10.1.1 using the file class to manipulate files or directory propertiesThe Java.
Command: LNFeatures: Linux under the file link function, the difference, soft link requires-s option, hard link does not need. The same is, all synchronous changes, but soft links do not need to occupy space, hard links occupy spaceUsage: Soft Link:
1. local Copy FileCP [option] source file destination file-A as far as possible file status, permissions and other information are reproduced as original.-R If the source contains a directory name, the files under the directory are also copied to
1.pwd View the current folder2.CD switch Directory CD/switch root directory CD. Back to the top level3.CP replication4.ls view files Under current directory-l-h-A5.vim.test Creating a hidden file6.vim Edit file Vim (file name)7.cat Viewing file
One Linux command per day: ln commandLN is another very important command in Linux, and its function is to create a synchronized link for a file in another location. When we need to use the same file in different directories, we do not need to put a
1, file wildcard character, can refer to "Man 7 glob" content;(1) Common wildcard characters:*: Indicates a match of 0 or more characters?: Represents any single character~: Indicates the current user home directory~username: Represents a user's
LN is another very important command in Linux, Its function is to create a synchronized link for a file in another location. When we need to use the same file in different directories, we don't need to put a file in every required directory, we just
Knowledge Points:1. Virtual Console :After the system starts directly into the character working mode, the system provides multiple (default 6) virtual consoles. Each virtual Console can be used independently of one another.You can use ALT+F1~ALT+F6
LN is another very important command in Linux, and its function is to create a synchronized link for a file in another location. When we need to use the same file in different directories, we do not need to put a file that must be the same in every
1. Function: Move the file or modify the name of the file2. Usage: MV [option] source file destination file or source file destination directory3. Parameters:-B,--Backup[=control] to back up existing files-F,--force forced override-I,--interactive
CD commandThe CD is used to change the user's directory after the same as nothing will go directly to the currentThe user's root directory can only be followed by a directory name, not a file namecd– indicates the last directory in which it was
A makefile C + + template that can be used to generate multiple executables based on different source files.CC = g++Dir_inc= ./includedir_src= ./Srcdir_obj= ./Objdir_bin= ./bin#SRC = $ (wildcard ${dir_src}/*.cpp)Src_server = $
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.