User Tools

Site Tools


packet:bpq_transfer

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
packet:bpq_transfer [2024/01/13 10:45] gm5augpacket: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] +
- +
-Then the mail folder...+
  
 <code> <code>
-sudo chown -R linbpq:linbpq ./Mail+sudo chown -R linbpq:linbpq ./linbpq 
 +</code>
  
-OR +(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)
- +
-cd Mail +
-sudo chown linbpq +
-sudo chgrp linbpq +
-</code>+
  
 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 36: Line 28:
  
 **Mark 2M0IIG** **Mark 2M0IIG**
 +**Additions - Michael GM5AUG**
  
packet/bpq_transfer.txt · Last modified: 2024/01/13 10:57 by gm5aug