get.amped wrote: 
> Do not open the file in notepad; download it directly to the directory
> in your LMS jail. After you create the lms file using openssl, do not
> copy the file using Windows explorer; use the Linux mv command instead:
> 
> > 
Code:
--------------------
  >   > mv lms /usr/local/etc/rc.d/
--------------------
> > 
> 
> Make sure you set the proper permissions on the file. That is the
> purpose of these lines:
> 
> > 
Code:
--------------------
  >   > chown root:wheel /usr/local/etc/rc.d/lms
  > chmod 555 /usr/local/etc/rc.d/lms
--------------------
> > 
> 
> As it turns out, all of the commands are there for a reason. It's fine
> to find your own way, but you have to know all the milestones along
> it...

I understand all the commands are important, but I misunderstood and
thought the code in the downloaded file was to be used instead of the
code in your original post that sets permissions.

You have been most helpful and I greatly appreciate you putting up with
me.


------------------------------------------------------------------------
Erik S's Profile: http://forums.slimdevices.com/member.php?userid=36588
View this thread: http://forums.slimdevices.com/showthread.php?t=104122

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to