Server Setup (Linux): Difference between revisions

m
fix typo cp
m (fix typo cp)
Line 132:
<code>mv [file1] [file2]</code> will move file1 to file2, so e.g. if you wanna move a mod that you accidentally downloaded into the main GTNH-Server folder, <code>mv my-mod.jar mods/my-mod.jar</code> would fix that
 
<code>cp [file1] [file2]</code> will copy file2file1 to file2.
 
==== Pollution ====
17

edits