+ Reply to Thread
Results 1 to 5 of 5

Thread: FileSys Problem

  1. #1

    FileSys Problem

    Hello! I’m new to Mandriva (Mandriva One install) and I’m having a strange problem. The copy & paste feature works in every respect except one: the Filesystem. When I open filesys I have NO paste option. Whether I try a right-click menu, the browser Edit menu or Ctl-v, I cannot paste. Is this normal in Mandriva? If not, is there anything I might try to fix this? If it is normal, then I have a command-line question. In Terminal, I know how to copy single (or a few) files from one directory/folder to another. Also how to copy a directory to another directory. But how do I copy all the files IN a source dir to a destination dir without copying the source directory itself? (I definately don’t want to have to type in the names of 30 files.) Thanks!

  2. #2
    I Dont know much about Mandriva

    You use " cp -ar "

  3. #3
      Junior Member explorer
    Join Date
    Sep 2006
    Posts
    70
    Originally Posted by dniaak
    In Terminal, I know how to copy single (or a few) files from one directory/folder to another. Also how to copy a directory to another directory. But how do I copy all the files IN a source dir to a destination dir without copying the source directory itself? (I definately don’t want to have to type in the names of 30 files.) Thanks!
    move to the source dir

    # cd /source/dir

    once in source dir

    #cp * /destination/dir

    now all files in /source/dir should be copied to /destination/dir

  4. #4

    Re: FileSys Problem

    Thanks Explorer! Your instructions worked perfectly. Now I can use Wine to open a program.

  5. #5

    Try this

    Originally Posted by dniaak
    Hello! I’m new to Mandriva (Mandriva One install) and I’m having a strange problem. The copy & paste feature works in every respect except one: the Filesystem. When I open filesys I have NO paste option. Whether I try a right-click menu, the browser Edit menu or Ctl-v, I cannot paste. Is this normal in Mandriva? If not, is there anything I might try to fix this? If it is normal, then I have a command-line question. In Terminal, I know how to copy single (or a few) files from one directory/folder to another. Also how to copy a directory to another directory. But how do I copy all the files IN a source dir to a destination dir without copying the source directory itself? (I definately don’t want to have to type in the names of 30 files.) Thanks!
    You can try this command..

    cp -rf <source> <destination>

+ Reply to Thread

Similar Threads

  1. Problem with POSIX semaphores
    By [email protected] in forum Linux – Software, Applications & Programming
    Replies: 0
    Last Post: 12-15-2007, 01:46 AM
  2. HELP PLEASE! Long file names problem
    By paulmarcw in forum Windows – General Topics
    Replies: 1
    Last Post: 02-24-2006, 05:12 AM
  3. problem with windows linux network
    By grooverider in forum Linux – Hardware, Networking & Security
    Replies: 0
    Last Post: 01-29-2005, 01:36 AM
  4. Device Manager Error Codes
    By regix in forum Windows – General Topics
    Replies: 0
    Last Post: 01-05-2005, 01:52 AM
  5. Problem with D-Link DFE-580tx
    By Lysander in forum Linux – Hardware, Networking & Security
    Replies: 3
    Last Post: 11-15-2004, 09:25 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts