On 06/13/2013 11:37 PM, LingxianGuo wrote:
> As a beginner,I am using Fedora18 64bit.The Firefox needs the plugin of
> the Adobe flash Player,I have downloaded the file of
> install_flash_player_11_linux.x86_64.tar.gz.By terminal, when I copied
> the file of libflashplayer.so to /usr/lib64/mozilla/plugins,the result
> is my user name is not in the file of sudoers.Except C Language,I do not
> know any more about computer:BY TERMINAL,I NEED THE DETAIL OPERATE
> PROCESS ABOUT EDITING SUDOERS FILE--EVEN EVERY COMMAND 
> 

As root, type
  visudo

remove the comment before the 2nd line here so it looks like this:

  ## Allows people in group wheel to run all commands
  %wheel  ALL=(ALL)       ALL

Save the file.

Still as root, edit the groups file:

  vi /etc/group

Find the line with "wheel" and add your user id after the colon

  wheel:x:10:sdstern

save the file.  Log out of your terminal session and open a new one and
you'll be able to sudo.

If you're using Firefox, it's probably easier to load the flash plugin
from adobe's repo than to download and copy yourself -- and to leep it
up to date.

See
http://www.if-not-true-then-false.com/2010/install-adobe-flash-player-10-on-fedora-centos-red-hat-rhel/
for instructions.





-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to