Linux snippets
Get back to the install log after an SSH section drop
Bash | |
---|---|
Create a multiline string variable
Variable name in the example is smbcfg
.
This syntax is called HEREDoc.
Bash | |
---|---|
sudo-append to a file
Append to a file which would require SU privileges.
In the example, smbcfg
is just a variable.
Bash | |
---|---|