View previous topic :: View next topic |
Author |
Message |
wiz Tux's lil' helper


Joined: 15 Sep 2005 Posts: 121 Location: {€urope}
|
Posted: Thu Dec 15, 2005 8:03 pm Post subject: full access for 1 directory |
|
|
this should actually be in the game-thread but its really not that related
im trying to get .zip files in an archive: /usr/share/games/stepmania/Songs
so when I downloaded it (legally!) using mozillas stuff and try to save the file in /usr/share/games/stepmania/Songs it says "Permisson denied"
and so I downloaded it on my home directory and, how do I now move it to /usr/share/games/stepmania/Songs ??
thx!
Last edited by wiz on Fri Dec 16, 2005 10:01 am; edited 1 time in total |
|
Back to top |
|
 |
adsmith Veteran

Joined: 26 Sep 2004 Posts: 1386 Location: NC, USA
|
Posted: Thu Dec 15, 2005 8:05 pm Post subject: |
|
|
Which user is moving the files? I bet you need to have "root" user or "games" group permissions to edit that directory. |
|
Back to top |
|
 |
wiz Tux's lil' helper


Joined: 15 Sep 2005 Posts: 121 Location: {€urope}
|
Posted: Thu Dec 15, 2005 8:11 pm Post subject: |
|
|
thx for the fast reply!!
well is it possible for a regular user to get full permisson for /usr/share/games/stepmania/Songs (Songs is a directory to put my files in so that I can play the game).
I just want to be able to have full control on just that directory so that I can move and edit files, sorry if I didnt make it more clear
thx |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20608
|
Posted: Thu Dec 15, 2005 8:36 pm Post subject: |
|
|
Moved from Portage & Programming _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
wiz Tux's lil' helper


Joined: 15 Sep 2005 Posts: 121 Location: {€urope}
|
Posted: Thu Dec 15, 2005 8:57 pm Post subject: |
|
|
sry!  |
|
Back to top |
|
 |
tuxmin l33t


Joined: 24 Apr 2004 Posts: 838 Location: Heidelberg
|
Posted: Fri Dec 16, 2005 9:28 am Post subject: |
|
|
As root do
Code: |
chown -R wiz /usr/share/games/stepmania/Songs
|
Replace "wiz" with your actual username and go get some reading about Unix basics ;P
http://www.tldp.org/LDP/intro-linux/html/ _________________ ALT-F4 |
|
Back to top |
|
 |
wiz Tux's lil' helper


Joined: 15 Sep 2005 Posts: 121 Location: {€urope}
|
Posted: Fri Dec 16, 2005 10:02 am Post subject: |
|
|
yesss!! thank you  |
|
Back to top |
|
 |
|