OS: Ubuntu 20 or Ubuntu 22There is a /etc/profile.d/cmdlog.sh with the following contents:function log2syslog {declare COMMANDCOMMAND=$(fc -ln -0)logger -p local2.notice -t cmdlog -- "${USER} ${PWD} [${COMMAND}]"}trap log2syslog DEBUGThere is a /etc/...