Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does Linux view history commands

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "Linux how to view history commands", the content is easy to understand, clear, hope to help you solve doubts, the following let the editor lead you to study and learn "how to view history commands Linux" this article.

1.history command

The "history" command is history. It shows the history of all commands executed in the terminal.

History / / display commands executed by the terminal history 10 / show commands executed by the last 10 terminals Ctrl+r / / search commands that have been executed, it can automatically complete 2 when you write the command. Modify history command display properties

Vi / etc/profile HISTSIZE=2000 / / defines the number of records output by the history command HISTTIMEFORMAT= "% Y-%m-%d:%H-%M-%S: `whoami`:" / / record the execution time and executor of each historical command The historical command showing 21 2019-02-16:09-06-01:edwetl: vi .profile HISTTIMEFORMAT=':'/ / displaying 21: vi .profile3.history is saved in the ~ / .bash_history file.

The above is all the contents of the article "how to View the History Command of Linux". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report