OttoVonNoob@lemmy.ca to Memes@lemmy.ml · 1 year agoProtect yourself friends.lemmy.caimagemessage-square43linkfedilinkarrow-up1751arrow-down113
arrow-up1738arrow-down1imageProtect yourself friends.lemmy.caOttoVonNoob@lemmy.ca to Memes@lemmy.ml · 1 year agomessage-square43linkfedilink
minus-squareazimir@lemmy.mllinkfedilinkarrow-up20arrow-down4·1 year agoMy Linux machine goes… no permission to execute. I go “dang, not what I was looking for.”
minus-squareLogi@lemmy.worldlinkfedilinkarrow-up17·1 year agoDon’t forget the sticky bit and chown root for extra convenience!
minus-squareazimir@lemmy.mllinkfedilinkarrow-up1·1 year agoYou can do set it up to detect a windows exe format and launch it in wine without any extra intervention. Make sure to chown it to root first with that suid bit to make sure it can get the library and hardware access that needs every time.
My Linux machine goes… no permission to execute. I go “dang, not what I was looking for.”
sudo chmod 777
Don’t forget the sticky bit and chown root for extra convenience!
You can do set it up to detect a windows exe format and launch it in wine without any extra intervention.
Make sure to chown it to root first with that suid bit to make sure it can get the library and hardware access that needs every time.
Might want to try chmod +x instead
No