Update dnsmasq.adoc to use sudo commands where relevant and to avoid using vim in commands #193
No reviewers
Labels
No labels
in progress
in progress
meeting
need info
ongoing work project
on hold
pending activity
release test
user documentation
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
server/user-documentation!193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "goroboro/user-documentation:dnsmasq-root"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is an improvement to dnsmasq.adoc to use '$ sudo' in codeblocks, rather than '# ' which aligns with our style guide recommendation.
I validated commands to check whether or not root privileges were required to run them, and didn't include sudo when a command didn't require elevated privileges.
In some codeblock examples, vim was previously used to indicate an edit to a file. This requires a user to understand and navigate a particular editor which some users find difficult. I replaced these with HEREDOC syntax to pipe content directly into files. A user can edit the content before they copy/paste into the command line. This helps to avoid editor related issues when performing basic setup. The user can opt to open the file in any editor they prefer if they need to perform subsequent edits.