Linux – Record everything on command line centos /fedora/ ubuntu

centosfedoralinuxUbuntu

we are 100% Linux user across the network and we do work round clock, what happens shift change next admin come to his shift on that time what all issues comes he get resolve the issues but they just clear history from terminal. If we want record every at terminal what they have done to resolve the same issues or we can monitor as well, for trouble ticket we have internal OTRS which they update for reporting.

Thanks ton

Best Answer

When I want to log a root session I use rootsh. If admins are required to use sudo for all commands, it will also log all commands.

You might take a look at screen too, as it might accomplish what you're attempting to do.

Ultimately, logging may not be the best situation for your workflow. Requiring a motd, wiki, or simple Web site to be updated for all changes may be better.