Avviare Stoppare Abilitare Disabilitare SAMBA: differenze tra le versioni

Da ElettraWiki.
Creata pagina con "To stop smbd : CODE: SELECT ALL sudo systemctl stop smbd To prevent it from being restarted by either you or another daemon: CODE: SELECT ALL sudo systemctl mask smbd Should..."
 
Nessun oggetto della modifica
Riga 1: Riga 1:
To stop smbd :
<p>To stop smbd :</p>
CODE: SELECT ALL
<div id="atscreen">
 
$ sudo systemctl stop smbd
sudo systemctl stop smbd
</div>
To prevent it from being restarted by either you or another daemon:
<p>To prevent it from being restarted by either you or another daemon:</p>
CODE: SELECT ALL
<div id="atscreen">
 
sudo systemctl mask smbd
sudo systemctl mask smbd
Should you change your mind at a later date:
</div>
CODE: SELECT ALL
<p>Should you change your mind at a later date:</p>
 
<div id="atscreen">
sudo systemctl unmask smbd
sudo systemctl unmask smbd
</div>

Versione delle 18:50, 24 apr 2023

To stop smbd :

$ sudo systemctl stop smbd

To prevent it from being restarted by either you or another daemon:

sudo systemctl mask smbd

Should you change your mind at a later date:

sudo systemctl unmask smbd