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
Next revision
Previous revision
Last revisionBoth sides next revision
packet:bpq_transfer [2024/01/12 21:41] 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] +
- +
-Then the mail folder...+
  
 <code> <code>
-cd Mail +sudo chown -R linbpq:linbpq ./linbpq
-sudo chown linbpq +
-sudo chgrp linbpq *+
 </code> </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 32: Line 28:
  
 **Mark 2M0IIG** **Mark 2M0IIG**
 +**Additions - Michael GM5AUG**
  
packet/bpq_transfer.txt · Last modified: 2024/01/13 10:57 by gm5aug