logoalt Hacker News

bound008yesterday at 6:44 PM3 repliesview on HN

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

Replies

paulgbyesterday at 6:52 PM

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)
show 1 reply
scraftyesterday at 7:18 PM

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..