LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Un Tar and Permission problems (https://www.linuxquestions.org/questions/linux-newbie-8/un-tar-and-permission-problems-176034/)

ciaran.mooney 04-29-2004 02:51 PM

Un Tar and Permission problems
 
I am trying to install some drivers for a Wireless PCI card. Though this isnt the problem (yet :D)

The files are sent as .tar.gz files, and need untarring, yet when i do so i get the response :

unable to change permissions to .......

I am untarring as root, and the files untar no problem, but i cannot then run make config etc, prevent installation of the drivers. This occurs when i am root.

Can any one help? Either explaining how to enable the untarring process to allow root access to the files, or a quick fix i.e. changing the untarred files permissions to allow root acces to files.

Thank you for any help

meldar 04-29-2004 03:27 PM

What file-system do you use? The thing occours when copying files on a fat32-partition as another user than the one who has mounted it. Try to untar it another place, maybe even another partition.

Andrew Benton 04-29-2004 04:47 PM

If the file you're trying to run isn't executable then you'll get an error even if you try to run it as root. To change the permissions cd into the folder then
chmod -R 755 *
Make sure you do it in the right folder as it may cause problems otherwise.

ciaran.mooney 05-02-2004 11:22 AM

Meldar was right! I had it on a FAT32 partition. Thanks for the help!


All times are GMT -5. The time now is 03:53 PM.