Results 1 to 2 of 2
Okay so i downloaded "Action Cube" and unzipped it to my desktop. then i used the terminal to browse to the unix_bin folder, and i did a ./ac_client and it ...
- 11-17-2006 #1
What's the deal, permission denied!?
Okay so i downloaded "Action Cube" and unzipped it to my desktop. then i used the terminal to browse to the unix_bin folder, and i did a ./ac_client and it said permission denied... it did this for both my normal user, and for my root user... WTF? how do you get these kinds of games actually running
- 11-17-2006 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
Run the following command
You will hopefully see a line likeCode:ls -l
The important part is the rwxr-xr-x. It probably won't look like that though because you are getting permission errors.Code:-rwxr-xr-x 1 root root 2122 2006-11-10 23:38 ac_client
and try running it again.Code:chmod u+x ac_client
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.


Reply With Quote