• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle

  • There’s a bit to explain here. So the root user is basically the equivalent of Administrator. One big difference (there are many) is that when you run something as root using sudo, you are actually running as the root user. When you ran the first command to create the folder, you created it in your home directory using the ~ shorthand variable which points to your /home/ user folder. The second command, also references your home folder. However since your running as root, it’s looking for the file in the root user’s home directory or /root, not your home folder.

    The config file needs to be in the home directory of the user running the command unless you can put the full path to the config file in the command, then you can put it wherever you want.





  • Ah ok. So the only thing left behind really is your name which again I suppose could cause problems out in the ActivityPub world but that’s way too deep into the development of Lemmy for me so I’m only speculating. Basically my random theory is if @youraccount@moose.best is somehow tied to a particular instance ID and now that instance ID is different, I’m not sure how ActivityPub handles that or if that even matters.