Results 1 to 3 of 3
I downloaded a couple of tar.bz2 files and tried to move them from the desktop to the "/usr/local/src" folder, from where I planned to extract and install them. I got ...
- 01-19-2007 #1Just Joined!
- Join Date
- Jan 2007
- Location
- San Francisco
- Posts
- 2
software downloads
I downloaded a couple of tar.bz2 files and tried to move them from the desktop to the "/usr/local/src" folder, from where I planned to extract and install them. I got an error message that said I was not allow to write to this folder- (it is owned by 'root') Could someone tell me how to accomplish the task? I'm a noob and Linux challenged.
- 01-19-2007 #2
hi cephalis !
you can gain 'root' privileges using 'su' command.
in terminal/konsole, execute this
i would suggest you to create a folder in your home and extract files in it. its safe to extract/install in home folder instead of messing around in system folders after gaining 'root' privileges.Code:su - mv <tar_files> /usr/local/src
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-19-2007 #3Just Joined!
- Join Date
- Jan 2007
- Location
- San Francisco
- Posts
- 2
Thanks
Many thanks, I'll give it a try. I was trying to use "/usr/local/src" for this purpose because a forum guru advised it. You evidently think there is no pressing reason to do this.
-cephalis


Reply With Quote