Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I tried doing the commands multiple times, as you can see...

_______________________________________________________________________

Last login: Tue Jun  4 13:42:09 on ttys000

( my name here)@( my name here)-Laptop ~ % ls

Applications Documents Library Music Public

Desktop Downloads Movies Pictures

( my name here)@( my name here)s-Laptop ~ % Downloads

zsh: command not found: Downloads

( my name here)@( my name here)s-Laptop ~ % ls Downloads

8dcb8e93d1fbf8abcb5a5e5e3d5edd19.jpg

Obsidian-1.5.12-universal.dmg

BlueStacks_X_10.4.0.6907.dmg

Roblox.dmg

Mac Instructions.pdf

TOUCHSTARVED-SILICON.2.app

( my name here)@( my name here)s-Laptop ~ % chmod -R 777 TOUCHSTARVED-SILICON.2.app

chmod: TOUCHSTARVED-SILICON.2.app: No such file or directory

( my name here)@( my name here)s-Laptop ~ % TOUCHSTARVED-SILICON.2.app

zsh: command not found: TOUCHSTARVED-SILICON.2.app

( my name here)@( my name here)s-Laptop ~ % ls cd Downloads

ls: cd: No such file or directory

Downloads:

8dcb8e93d1fbf8abcb5a5e5e3d5edd19.jpg Obsidian-1.5.12-universal.dmg

BlueStacks_X_10.4.0.6907.dmg Roblox.dmg

Mac Instructions.pdf TOUCHSTARVED-SILICON.2.app

( my name here)@( my name here)s-Laptop ~ % chmod -R 777 TOUCHSTARVED-SILICON.2.app

chmod: TOUCHSTARVED-SILICON.2.app: No such file or directory

(1 edit) (+1)

hi not sure if you figured this out but you have your order wrong. you have to cd into your Downloads folder first and then chmod the app before running the app. "cd" stands for change directory so from your home directory (which terminal denotes as ~), cd Downloads, and then do chmod -R 777 TOUCHSTARVED-SILICON.2.app (chmod stands for change mode and 777 is the code for read, write, and execute permissions so you're changing the mode to full permissions)

What the fart it worked thank you bro