% The RTFM system example knowledge base % Copyright (C) 2010 Matous J. Fialka, http://mjf.cz/ % Released under the terms of The MIT License <== welcome_message % Welcome to the RTFM system! This program is intended to help you to debug and solve your problems, particularly those concerning unices and networking. Any question, comments, bug reports or interesting suggestions SHOULD be send to the author. Please, see the licensing information below to know more. Copyright (C) 2010 Matous J. Fialka, http://mjf.cz/ Released under the terms of The MIT License The RTFM system works by asking you to identify what sort of problems you are experiencing and then directs its knowledge activation according to your answers to help you. As such, answer any question to the best of your ability at the time. Although this knowledge base (or expert) system behaves sanely, it simply can not be smarter than you are! Also, keep in mind that this is a tool for educational purposes. In fact, it is NOT designed to give you precise answers to your problems, but rather to give you sufficient information that you CAN either deduce the solution or find the problem and it's possible solutions. Thank you for using the RTFM program. The author hopes you find it useful. === % Now, pay attention to the following areas you may need to help in. You need general information on UNIX (u)sage. You experience problems with (n)etworking. You are suffering from (h)hardware problems. You have troubles using particular (s)oftware. You might like to (t)erminate this session. Enter the area you would like to explore, please: ==> u general_unix_usage n networking_problems h hardware_problems s software_troubles t terminate % Next four areas are left empty for future editation and are fallen through. <== general_unix_usage === ==> <== networking_problems === ==> <== hardware_problems === ==> <== software_problems === ==> <== terminate === % Do you really want to terminate this session? (Y/n) ==> y good_bye_message n ?-1 <== good_bye_message % The RTFM session was terminated. Good bye!