Common Linux commands

Source: Internet
Author: User

Common Linux commands

1. linux cyclic cp file to the new directory

For I in 'LS'

Do

Cp $ I/usr

Done

 

2. linux compresses all files in a directory cyclically

For I in 'LS'
Do
Cp ii.tar.gz/path
Done

Note: Do not enter the two symbols next to the ls. the notebook is a key on the left of the number key 1, with a wavy line.

 

3. scp exaggerated server cp File

Scp backup file path username @ ip:/home

 

4. commands for restoring mysql Databases in linux

Mysql-u root-p database name

Press enter and you may see that the cursor has been flashing. This indicates that the database is being restored. Sometimes we want to execute a command to let him execute it in the background. Because the database is too large, we cannot wait for it all the time, directly disabling SecureCRTPortable will interrupt the execution of the command. At this time, we only need to execute the bg command.

Run the BACKUP command above. Press enter and the cursor is flashing,

Then press Ctrl + z to stop the command,

Then bg is enough.

Bg puts the task in the background for processing

 

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.