Linux: Difference between revisions

270 bytes removed ,  28 February 2020
Line 202: Line 202:


==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


==File Management==
==File Management==