macOS - Tips
28 Oct 2017open application in terminal
-
in the background
$ open MyApp
-
in the foreground
$ /Applications/MyApp.app/Contents/MacOS/MyApp
mount NTFS volume in read-write mode
$ brew cask install osxfuse
$ brew install ntfs-3g
$ sudo reboot
$ diskutil list
$ sudo mkdir /Volumes/NTFS
$ sudo ntfs-3g /dev/disk2s1 /Volumes/NTFS -olocal -oallow_other
or else use Disk Utility application to find device identifier.