我能够确保安全.bash_history
,.profile files
以便用户无法删除或编辑这些文件,也无法更改 shell。
我需要为所有生产实例的堡垒主机提供此功能。我需要禁用history -c
和history -r
甚至(如果可能)history
命令本身。至少,history
命令只能通过运行sudo
。
我能够确保安全.bash_history
,.profile files
以便用户无法删除或编辑这些文件,也无法更改 shell。
我需要为所有生产实例的堡垒主机提供此功能。我需要禁用history -c
和history -r
甚至(如果可能)history
命令本身。至少,history
命令只能通过运行sudo
。