Hey guys:
I have been looking at forums all day and my eyes are crossed with Linux permissions. Figured I would try here first, as the Unbuntu forum guys are generally a-holes to new users asking simple questions.
Background: I found a deal on a Virtual Private Server (VPS). So I decided to run a Minecraft server for my kids. Originally I was going to run it out of my house, but rather than deal with port forwarding, it made more sense to have someone else host it.
The setup is this:
1. Root user (password off - no way to log-in from the outside)
2. User 1 (login point)
3. Minecraft user - where the file reside (no login setup).
Everything worked fine, until I tried to add modification files to specific directories with via Filezilla, where my issues with permissions came up.
I've tried to add User 1 and Minecraft user to the same group. However, Filezilla would not allow me to move files from my PC to the VPS. Even setting the directories to wide open via chmod 777 (which is not recommended), I still had to terminal in, made the directories with sudo commands, and then move them via Filezilla.
There has to be an easier way, can someone help? Looking back - I should have just run everything as root, but everything I read said this was unsafe. So basically I outsmarted myself.
I am hesitant to to mess with chown commands, as I am afraid to break things.
I have been looking at forums all day and my eyes are crossed with Linux permissions. Figured I would try here first, as the Unbuntu forum guys are generally a-holes to new users asking simple questions.
Background: I found a deal on a Virtual Private Server (VPS). So I decided to run a Minecraft server for my kids. Originally I was going to run it out of my house, but rather than deal with port forwarding, it made more sense to have someone else host it.
The setup is this:
1. Root user (password off - no way to log-in from the outside)
2. User 1 (login point)
3. Minecraft user - where the file reside (no login setup).
Everything worked fine, until I tried to add modification files to specific directories with via Filezilla, where my issues with permissions came up.
I've tried to add User 1 and Minecraft user to the same group. However, Filezilla would not allow me to move files from my PC to the VPS. Even setting the directories to wide open via chmod 777 (which is not recommended), I still had to terminal in, made the directories with sudo commands, and then move them via Filezilla.
There has to be an easier way, can someone help? Looking back - I should have just run everything as root, but everything I read said this was unsafe. So basically I outsmarted myself.
I am hesitant to to mess with chown commands, as I am afraid to break things.