How to delete records of history commands in Linux
Source: Internet
Author: User
In Linux, how does one delete the records of the history Command? 1. modify/etc/profile to change HISTSIZE1000 to 0 or 1www.2cto.com to clear the user home path. bash_history2. clear the current history of history immediately... in Linux, how does one delete the records of the history Command? 1. modify/etc/profile to change HISTSIZE = 1000 to 0 or 1 www.2cto.com to clear the user home path. bash_history 2. clear the current history Command records of history-c. 3. execute the command in bash instead of writing the command name to the history file immediately, but store it in the internal buffer, when bash exits, it will be written together. However, you can call the 'history-W' command to require bash to update the history file immediately. History-w (Dynasty network wangchao.net.cn)
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.