- Linux Administration Cookbook
- Adam K. Dean
- 28字
- 2021-07-02 14:24:42
Stopping our service
Run the following (using sudo):
$ sudo systemctl stop postfix
$
Note the distinct lack of output confirming or denying what you've typed has worked.
Run the following (using sudo):
$ sudo systemctl stop postfix
$
Note the distinct lack of output confirming or denying what you've typed has worked.