Guest User

Untitled

a guest
Dec 22nd, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. `split [OPTION]... [INPUT [PREFIX]]`
  2.  
  3. [feddy@localhost ~]$ pscp.pssh --help
  4. Usage: pscp.pssh [OPTIONS] local remote
  5.  
  6. Options:
  7. --version show program's version number and exit
  8. --help show this help message and exit
  9. -h HOST_FILE, --hosts=HOST_FILE
  10. hosts file (each line "[user@]host[:port]")
  11. -H HOST_STRING, --host=HOST_STRING
  12. additional host entries ("[user@]host[:port]")
  13. -l USER, --user=USER username (OPTIONAL)
  14. -p PAR, --par=PAR max number of parallel threads (OPTIONAL)
  15. -o OUTDIR, --outdir=OUTDIR
  16. output directory for stdout files (OPTIONAL)
  17. -e ERRDIR, --errdir=ERRDIR
  18. output directory for stderr files (OPTIONAL)
  19. -t TIMEOUT, --timeout=TIMEOUT
  20. timeout (secs) (0 = no timeout) per host (OPTIONAL)
  21. -O OPTION, --option=OPTION
  22. SSH option (OPTIONAL)
  23. -v, --verbose turn on warning and diagnostic messages (OPTIONAL)
  24. -A, --askpass Ask for a password (OPTIONAL)
  25. -x ARGS, --extra-args=ARGS
  26. Extra command-line arguments, with processing for
  27. spaces, quotes, and backslashes
  28. -X ARG, --extra-arg=ARG
  29. Extra command-line argument
  30. -r, --recursive recusively copy directories (OPTIONAL)
  31.  
  32. Example: pscp -h hosts.txt -l irb2 foo.txt /home/irb2/foo.txt
  33.  
  34. [feddy@localhost ~]$ touch ko001 ko002 ko003
  35. [feddy@localhost ~]$ pscp.pssh -AH feddy@localhost ko00* Downloads/
  36. Warning: do not enter your password if anyone else has superuser privileges or access to your account.
  37. Password:
  38. [1] 20:26:42 [SUCCESS] feddy@localhost
  39. [feddy@localhost ~]$ ls Downloads/
  40. ko001 ko002 ko003
Add Comment
Please, Sign In to add comment