/etc/logrotate.conf
Ubuntu 20.04 和 18.04 版本之间的用户权限是否不同?
#use the syslog group by default, since this is the owning group
#of /var/log/syslog.
su root syslog
或者
#use the syslog group by default, since this is the owning group
#of /var/log/syslog.
su root adm
答案1
在 Ubuntu 18.04 中,权限/etc/logrotate.conf
为
su root syslog
在 20.04 中
su root adm
你自己已经注意到了。