Remix.run Logo
bound008 5 hours ago

PSA: Its Unix.

  sudo chmod -x /Applications/Music.app
edit: sorry about that. this used to work before the Music.app moved to /System/Applications
paulgb 5 hours ago | parent | next [-]

I wish it were that simple.

    ~: sudo chmod -x /Applications/Music.app       
    chmod: /Applications/Music.app: No such file or directory
    ~: sudo chmod -x /System/Applications/Music.app
    chmod: Unable to change file mode on /System/Applications/Music.app: Operation not permitted
(Mac OS Tahoe 26.5)
cestith 4 hours ago | parent [-]

    % ls -la /System/Applications/Music.app/Contents/MacOS/Music
    -rwxr-xr-x  1 root  wheel  66201040 Apr 30 09:12 /System/Applications/Music.app/Contents/MacOS/Music
scraft 4 hours ago | parent | prev | next [-]

PSA: don't run random commands people on the internet tell you to run, it turns out those people haven't even run those commands themselves..

5 hours ago | parent | prev [-]
[deleted]