How to delete previous used serial socket

  • Thread starter Thread starter Parallels User
  • Start date Start date
P

Parallels User

Hi,

It seems to be an old and recurring question over years.... but for test purpose, I created a serial socket within a serial port virtual hardware in my VM.

How can we delete previously create socket name and remove them completely.... I do not find any way to delete wrongly created socket ?????

How to clean and clear them completely from this list ???

socket.png

Regards,

Jeff
 
Run the following command in your terminal and then search for the name of the socket before deleting it.
Code:
open ~/Library/Preferences/com.parallels.Parallels\ Desktop.plist
You may need to run this command for the change to take effect:
Code:
defaults read com.parallels.Parallels\ Desktop
 
Back
Top