Use stop to kill a process
You should use
sudo systemctl stop shiny-server
Most major Linux distros, including Ubuntu 15.04+, now use systemd for management and configuration.
Earlier versions of Ubuntu used upstart (where the command was
sudo stop shiny-server
).
Comentarios
Publicar un comentario