Linux: Difference between revisions

270 bytes added ,  25 February 2020
no edit summary
No edit summary
Line 199: Line 199:


==crontab==
==crontab==
==scp==
Usage
<syntaxhighlight lang="bash">
scp [source_machine]:[source_file] [target_machine]:[target_file]
</syntaxhighlight>
;Flags
* <code>-r</code> recursive, needed to scp directories
* <code>-P [port]</code>
;Notes
* The machine can be an alias or user@domain