User Tools

Site Tools


pages:howtos:bash:bash-command-line-tricks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pages:howtos:bash:bash-command-line-tricks [2022/11/24 13:47] – [SSH Tunnel] mischerhpages:howtos:bash:bash-command-line-tricks [2022/11/25 15:09] (current) – [exit terminal but leave all processes running] mischerh
Line 360: Line 360:
 </sxh> </sxh>
  
 +===== Simultaneously copy a file, change permissions/owner/group and create the required directories =====
 +<sxh bash; gutter: false>
 +install -v -C --mode 0775 --owner <USER> --group <GROUP> /sourcedir/file /targetdir
 +</sxh>
  
 ---- ----
 ~~DISCUSSION~~ ~~DISCUSSION~~
pages/howtos/bash/bash-command-line-tricks.1669297663.txt.gz · Last modified: 2022/11/24 13:47 by mischerh