micharbet/CLE

Regular shell history doesn't show other's admins entries

Closed this issue · 1 comments

There was a split in history files. While other administrators on the server were using default history file (.bash_history) the ones using CLE had their personal settings one and used $CLE_D/history-bash. The issue has been reported with strong need to use history or h commands to see all previous commands from all users, regardless if they use CLE or not.

Analysis: Personalization of history file has been one of the first tweaks in CLE.It was useful that time. On the other side there is rich history that was introduced in later release (Nova) and it's ability is also to show only particular user's entries while filtering out the rest.

Proposal: Stop meesing up with the default history settings (not only the file) leaving it all on user.

fixed in commit 083b900