Pale Blue Ego wrote:
> If you want an easy way to start or stop slimserver, add aliases to your
> /root/.bashrc file like this:
> 
> alias slimstart='/etc/init.d/slimserver start'
> alias slimstop='/etc/init.d/slimserver stop'
> alias slimrestart='/etc/init.d/slimserver restart'
> 
> then you can just type slimstart, slimstop, or slimrestart from the
> command prompt. (you'll have to log out of root and log back in for the
> new aliases to take effect)

Or even:

alias slim='/etc/init.d/slimserver'

Then use:

slim start
slim stop
slim restart

R.

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to