Accessing LaunchDaemons directory from terminal and deleting Alipaydispatcherservice (MacOS Mojave)
I have a daemon from Activity Monitor called AlipayDispatcherService. When I stop it from Activity Monitor it resurrects immediately. I went to terminal to find /Library/LaunchDaemons/ directory but it says it doesn't exist.
Then I go to Finder, and can find it in Finder’s Library/LaunchDaemons folder.
In that folder was a listing of AlipayDispatcherService, which I deleted from LaunchDaemons folder from Finder.
However, AlipayDispatcherService still resurrects when I go back to Activity Monitor to delete it.
How can I
1) Access ~/Library/LaunchDaemons from terminal when I can't see it currently from Terminal, but can find it in Finder
2) Delete AlipayDispatcherService and all related files?
I saw a related post, but wanted to check. I would like to make sure I don't have any strange services running that might give backdoors.
https://bugs.chromium.org/p/chromium/issues/detail?id=649253