copy

  1. B

    Solved Find and copy files script doesn't work

    Hi. I have the following script which searches for a list of files (included in a list.txt file) and then copies them into a new directory. The source files are all under the same folder, but they are scattered among several subfolders. #!/bin/bash SOURCE="/opt/source_folder/"...
  2. F

    Cannot copy large amount of files from iMac to SAMBA

    Hello, a few days ago i installed a SAMBA server on Ubuntu Server. i created the user "copycat" both in linux and samba with "sudo adduser copycat" and "sudo smbpasswd -a copycat". then i added the user "copycat" to groups "sudo", "it-administration" and "qs-top-secret". when i connect my...
  3. Nemesis

    Can't run a copied program

    I copied a program that had spaces and stuff that made it difficult to write in the terminal. I simply copied it to pss (sudo cp [appname] [pss]) But when I write pss in the terminal, it says that There is something called pss in that directory now..
  4. H

    Script for copy&delete directory from one server to another

    Hey everyone, I have 2 remote Servers: Server A and Server B. On Server A I have a directory named: 'Example' I need to copy 'Example' directory from Server A to Server B and then delete it from Server A (if there's a possibility to do it by one command it would be better of course). I would...
Top