Fixed administrator in the last sentence.. (#21462)

and other grammar changes in the last 2 lines.
pull/34218/head
Jason Antwi-Appah 2018-11-05 00:57:27 -06:00 committed by Manish Giri
parent 6c858fa259
commit 1675636976
1 changed files with 2 additions and 1 deletions

View File

@ -58,3 +58,4 @@ Copy file from source to destination preserving same mode.
12. `systemctl` Command
This is a command which allows operators to work with the Linux system services. The standard use of the command is `systemctl <OPTION> <SERVICE-NAME>` by providing an `OPTION` (e.g. `start`, `stop`, `status`) and than providing a specific Service Name to act on. You can use the command to get a general status of your Linux services (e.g `systemctl status`). Note that you will either need Administrator access or use `sudo` to elevate your rights to run the command successfully.
These commands are frequently used by adminstrators. This is not a complete list, but its a compact list to refer to when needed.