User Tools

Site Tools


packet:bpq_transfer

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
packet:bpq_transfer [2024/01/12 18:37] – created 2m0iigpacket:bpq_transfer [2024/01/13 10:56] gm5aug
Line 15: Line 15:
   * WP.sys   * WP.sys
  
-After completing this you'll need to change users and groups on all files copied to linbpq/linbpq:+After completing this you'll need to change users and groups on all files copied to the new folder:
  
-[cmds here]+<code> 
 +sudo chown -R linbpq:linbpq ./linbpq 
 +</code> 
 + 
 +(Where //chown// is the command to change ownership, //-R// instructs the command to act recursively (applied to everything within the folder), //linbpq:linbpq// sets the user as //linbpq// and the group as //linbpq//, and the //./linbpq// applies the command to the folder)
  
 As well as this you'll also have to copy over /etc/bpq32.cfg as well, as you'd expect. As well as this you'll also have to copy over /etc/bpq32.cfg as well, as you'd expect.
Line 24: Line 28:
  
 **Mark 2M0IIG** **Mark 2M0IIG**
 +**Additions - Michael GM5AUG**
  
packet/bpq_transfer.txt · Last modified: 2024/01/13 10:57 by gm5aug