On Thu, 05 Oct 2017 at 21:43:20 +0200, Tollef Fog Heen wrote: > However, if you just do the IMO more common sudo $command, you get a lot > more: > > $ sudo env | wc -l > 87
Is that under default configuration? My /etc/sudoers{,.d/*} don't mention env_reset, and "sudo env" clears most of the environment (including LESS, but notably not PATH). S