diff --git a/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md b/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md index 38b9dadc52..b07742ad46 100644 --- a/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md +++ b/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md @@ -68,6 +68,12 @@ Use the following syntax to delete a file **rm _#PATH_TO_FILE_** +#### Detect which process is using the port you want to use +``` lsof -i : ``` + +#### Terminate the process which uses the port you want to use +``` kill ``` + # iTerm2 iTerm2 is an alternative to the legacy terminal in Mac OS. iTerm2 brings some new features such as: