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
 
(Una versione intermedia di uno stesso utente non è mostrata)
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
</div>
Should you change your mind at a later date:
<p>Should you change your mind at a later date:</p>
CODE: SELECT ALL
<div id="atscreen">
 
$ sudo systemctl unmask smbd
sudo systemctl unmask smbd
</div>

Versione attuale delle 18:51, 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