linux系统基础文件属性

记录用户登录前显示的信息

cat /etc/issue    

vim  /etc/motd    设置登录提醒

隐藏执行命令的历史记录用history –d  加上历史记录行号

如history -d 38 这样子用history命令就查不到行号为38这条历史记录了

[root@moban ~]# history –c  全部清空历史记录

原文地址:https://www.cnblogs.com/chenshoubiao/p/4850263.html