Question : How do you find and kill a process using its port number?Reponse : The 'lsof' command can be used to find the process using a port, and 'kill' can be used to terminate it. |
Enregistrer pour revision
Ajoutez cet element aux favoris, marquez-le comme difficile ou placez-le dans un ensemble de revision.
Connectez-vous pour enregistrer des favoris, des questions difficiles et des ensembles de revision.
Est-ce utile ? Oui Non
Les plus utiles selon les utilisateurs :
- What is the purpose of the \'chmod\' command in Linux?
- Explain the difference between \'rm\' and \'rmdir\' commands.
- What is the role of the \'grep\' command in Linux?
- Explain the purpose of the \'ls\' command.
- Explain the purpose of the \'sudo\' command.