Linux: Difference between revisions

Line 216: Line 216:


===Mount on startup===
===Mount on startup===
==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