History history control

Source: Internet
Author: User

Every command we operate is often recorded by the machine, and some sensitive operation commands are blocked for security purposes.

Set the default number of records in Linux:

Temporary effect:

Export histsize = 5

History

Valid permanently:

Echo "Export histseze = 5">/etc/profile

./Etc/profile or source/etc/profile // The configuration must take effect.

 

Control history files: variable of the number of historical records in the command line

Cat ~ /. Bash_history

Variable of the number of commands in the history file (~ /. Bash_history)

Temporary effect:

Export histfilesize = 5

History

 

Valid permanently:

Echo "histfilesize = 5">/etc/profile

./Etc/profile or source/etc/profile // The configuration must take effect.

 

Clear history: history-C

 

Command to clear a specified record:

History-D row number

 

History history control

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.