Site Tools


tech:macos:misc

This is an old revision of the document!


Misc

Delete Login Item with Applescript

osascript -e 'tell application "System Events" to delete login item "itemname"'

netstat replacement

Quick replacement for

netstat -tulpn

on Linux

sudo lsof -i -n -P
tech/macos/misc.1735854410.txt.gz · Last modified: by eburk