Linux Common Command Note two

Source: Internet
Author: User

wget Download, get the content on the network

grep File Search Tool

Everything is a file in the Linux system

Installing Cowsay

sudo apt-get install Cow-say

Cowsay Ctrl + D to end the input

StdOut output file pointer

The previous content in cat file1>file2 file2 is gone.

What's best file1 in cat file1>>file2 file2

It can also look like this: Cat is the one that connects two files

Cat file1 file2 >file3 this way, file1 file2 overlay into File3

Error message redirection : 2> is fine.
LS SSDSLFJ 2>file

Pipe Line |

Permissions issues

Ls-la This way, you can see the authority problem.

chmod +w. Permission issues can be changed

W Write permission Delete, rename

: Wq ZZ Save

X has execute permission to execute as a program

PS Aux|less This is the view process and pagination display

Shortcut keys in Ubuntu system
Ctrl + SHIFT + C copy
CTRL + SHIFT + V paste

CTRL + SHIFT + T opens a new window

aux is the process of production

Kill End Process

Location Lookup

Location--regexp Regular Expressions

UpdateDB updating the file system database

Locate XX

Find finds the current folder

Find. | grep. txt to find a. txt file, using pipe breaks
find. |-type f viewing files
Find. | -type D Viewing folders

rsync-r folder remote site upload file to server

Linux Common Command Note two

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.