What you need to know...
At some point, after you have configured and
successfully compiled the JNOS source code into a binary, you are probably
quite anxious or excited, or both, to see if this is all really going to
work! Recall that you probably compiled this in a directory named jnos111f,
or something close to that, and now you need to copy it over to the the
runtime directory which I am assuming you called "jnos", located at
the top of the directory tree. ( cp jnos /jnos/ )
The runtime binary will then be in the "right"
location in order for it to find all the files and subdirectories, you
had created earlier. The bare minimum files are the
autoexec.nos
and the
domain.txt
. You might also want an ftpusers, net.rc, and alias files. You
must have sub-directories: finger, dump, logs, pub, spool, help. and
maybe a tmp to complete the "set."
So all the "parts" have been assembled and you
are ready to fire it up. You may use this command:
- /jnos/jnos -C -d/jnos -g2
Or, you may alternatively use a shell script which I have included below.
And, don't forget, you need to have configured the autoexec.nos file to suit
your operating needs and populated the domain.txt file if you have decided
to use that as part of your DNS (Domain Name Server).