View Full Version : Permissions
mwinn22
1st March 2009, 12:32 AM
I was wondering how I can get the root permission on my user... Im really new to fedora 10 and I'm sorry if this question is answered somewhere in the forums I tried to look... Thanks.
Sauron
1st March 2009, 01:09 AM
User accounts can run tasks with root privs either via sudo or becoming root after logging in with the "su" command.
mwinn22
1st March 2009, 01:22 AM
ok I got that much now say I want to move a file into the lib folder how would i do that in terminal? Thanks for the reply!
JohnVV
1st March 2009, 03:23 AM
assuming the file is in your home folder and needs to be moved /lib ??? most likely /usr/lib
su -
( your root password when asked )
cd /to/where/the/file/is
( cd /home/your-user-name )
cp the-name-of-the-file /usr/lib
see
cp --help
mv --help
Sauron
1st March 2009, 02:23 PM
You might have to do some chown stuff too - exactly what are you trying to install/change?
mwinn22
1st March 2009, 07:21 PM
Well I was trying to figure out how to get my wireless internet going... But I got it going by doing some BIOS stuff thanks for the reply much appreciated!
Powered by vBulletin® Version 4.2.5 Copyright © 2019 vBulletin Solutions Inc. All rights reserved.