> I had installed the ports with sysinstall > but how do I can start them loll > thank you for your answer If you installed the ports collection via sysinstall you should have a folder under /usr/ports .
For example to install (lets say) "screen" you would type the following as root or super-user: cd /usr/ports/misc/screen make && make install rehash The first two lines install the port, and the rehash line tells your shell to refresh the list of commands. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message