PDA

View Full Version : one dir for 4 servers



maxdamage99
7th March 2016, 11:51
Hello, i have VSD and 4 server, i can make 1 dir ?(main, iwd files) and no copy iwd files for new server? (use 1 directory main for 4 servers)

Mitch
7th March 2016, 12:01
ln -s /path/to/cod2/main/*.iwd /path/to/srv01/main/
http://linux.die.net/man/1/ln

filthy_freak_
7th March 2016, 12:02
I suggest looking up symlinks.

Example;

ln -sf /home/user/CoD2/Source/main/* /home/user/CoD2/MyNewServer/main/

Edit: Godamnit Mitch why u gotta ninja me.