can someone tell me the command to open Disk Utility through terminal?
I tried the following with no success;
open -a disk utility
open /Applications/Utilities/Disk Utility.app
can someone tell me the command to open Disk Utility through terminal?
I tried the following with no success;
open -a disk utility
open /Applications/Utilities/Disk Utility.app
Not the \ escapes for the spaces in the name are important.
Edit to add: the spaces are the reason your second open command doesn't work. The space ends the name of the application there so it's trying to open "/Applications/Utilities/Disk" which doesn't exist. You can make the open command work like this: