This article describes the Linux file management commands with examples. Share with you for your reference, the details are as follows: 1. File permissions
Files are divided into three types of permissions:
2. View the files in the directory ls [options] [path or filename] First column: file permissions 3. Directory Management mkdir directory name creates a directory rmdir directory name delete directory (only empty directories can be deleted) 4. File creation and deletion touch file name to create a file 5. Copy and move files cp [options] source file path target file path copy file > cp -R /home/user1/123 /home/. (. means use the original file name)
> mv /home/user1/123 /home/.
6. File Statistics wc [options] file list statistics file content >wc -c 1.txt >wc -w 1.txt 7. Search for matching rows grep [options] string source file > grep -ni hello 1.txt I hope this article will help you maintain your Linux system. You may also be interested in:
|
<<: Discussion on more reasonable creation rules for MySQL string indexes
>>: The process of using vxe-table to make editable tables in vue
Preface Recently I found that my friend's met...
1. Arrange CSS in alphabetical order Not in alphab...
Table of contents 1. Prototype 2. Prototype point...
Preview address: https://ovsexia.gitee.io/leftfix...
The new project has basically come to an end. It ...
Index extension: InnoDB automatically extends eac...
Table of contents 1. Boolean 2. Expression 3. Mul...
This article mainly introduces how to call desktop...
I have seen some dynamic routing settings on the ...
echarts component official website address: https...
introduction As computing needs continue to grow,...
The filter attribute defines the visual effect of...
Today I experimented with the network settings un...
In the following example, when the width of the td...
What is keepalive? In normal development, some co...