On Monday 26 April 2010 02:18 PM, Frank Cox wrote: > > On Mon, 2010-04-26 at 17:09 -0400, Henry Wyatt wrote: >> I go to terminal and cd directory to my downloads dir and see >> libflashplayer.so file, but I do not know how to move it to mozilla >> plugins directory. > > mv sourcefile destination > > The mv command can be used to move and/or rename files. Type "man mv" > without the quote marks to see all of the options and ways that mv can > be used. > Another point, to move to the mozilla plugins directory you will need root privileges. So first open a terminal and switch to root and then move the file like this, $ su Password:<here you enter the root password> # mv /path/to/libflashplayer.so /usr/lib64/mozilla/plugins/ I would however recommend you try the packaged rpm for 64 bit flash posted on fedoraforum. Someone posted a link to the thread a few days back. GL -- Suvayu Open source is the future. It sets us free. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines