On Sat, 23 Jul 2022 20:56:18 +0930 Tim via users users@lists.fedoraproject.org wrote:
On Sat, 2022-07-23 at 11:00 +0200, Peter Boy wrote:
Nevertheless, what’s your specific suggestion? How should we do it this specifically in Fedora documentation? How can we accomplish this under the condition of good readability?
My inclination is to go along the lines of, by way of mock example:
e.g. Edit the /etc/hosts file to put the following lines in it...
...
The problem with users never touching something like vi is that one day they may have to use it, it may be the only thing preinstalled on a problematic system. And there are specific instances of vi, like visudo, which solves a particular problem that other editors do not (man visudo goes into what's special about it). So even if you don't use it day to day, it's good to have a rudimentary knowledge to do basic editing, at least.
export SUDO_EDITOR=${EDITOR}