I just updated OSX Yosemite, and every time I execute the sudo , the OS issues this warning before asking for the password:
sudo
WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo.
How to silence this warning?
To remove the warning, open the sudoers file:
sudo visudo
Add this line (to save it neatly, right after another Defaults ):
Defaults
Defaults:al !lecture
I tried to set it only "once" ( Defaults lecture = once ), but it seemed to be ignored.
Defaults lecture = once
Source: https://habr.com/ru/post/1205215/More articles:Reading shapefile coordinates in C # - c #knitr called from RStudio does not preserve the load order of packages - rIs there any reason to use const_cast for a string literal in this code? - c ++Difference between Android: layout_alignParentTop and android: layout_alignParentStart - androidWhat forecasts in r will feed the city map? - rCalling the counting method std :: set of pointers with reference to the key type const - c ++EF gets a list of records at runtime from type - c #How to use the extended height panel with menu navigation and vertical centers? - androidUsing MIDIPacketList in Fast - castingpassing bytearray as a method parameter (CoreMIDI implementation) - arraysAll Articles