BSD Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOperating SystemsBSD Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 8th, 2002, 07:43 PM
mizzory mizzory is offline
Sencha Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2001
Location: STL
Posts: 547 mizzory Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 14 h 42 m 29 sec
Reputation Power: 0
Send a message via Google Talk to mizzory
Just installed

I just installed FreeBSD using Virtual PC running on a Windows XP Pro system. It asks me for the full pathname of shell so I type /bin/sh and now I am sitting at a new line that has #

is this the command prompt or what? How can I get something off the internet?

Reply With Quote
  #2  
Old January 8th, 2002, 09:52 PM
Bob Loblaw Bob Loblaw is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 174 Bob Loblaw User rank is Sergeant (500 - 2000 Reputation Level)Bob Loblaw User rank is Sergeant (500 - 2000 Reputation Level)Bob Loblaw User rank is Sergeant (500 - 2000 Reputation Level)Bob Loblaw User rank is Sergeant (500 - 2000 Reputation Level)Bob Loblaw User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 17
details?

yeah that is a command prompt


Version?
connection?
what did you Install?

Reply With Quote
  #3  
Old January 9th, 2002, 02:43 AM
pabloj's Avatar
pabloj pabloj is offline
Modding: Oracle MsSQL Firebird
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Jun 2001
Location: Outside US
Posts: 8,527 pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level)pabloj User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 3 Months 1 Week 1 Day 3 h 19 m 49 sec
Reputation Power: 537
Hi, why don't you just read a book? You can find plenty at http://www.freebsd.org/publish.html#books
Or at least this good doc -> http://andrsn.stanford.edu/FreeBSD/newuser.html
and also
http://www.freebsd.org/doc/en_US.IS....html#RUNNING-X
if you want something graphic (and installed xserver).

Last edited by pabloj : January 9th, 2002 at 02:46 AM.

Reply With Quote
  #4  
Old January 9th, 2002, 08:24 AM
mizzory mizzory is offline
Sencha Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2001
Location: STL
Posts: 547 mizzory Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 14 h 42 m 29 sec
Reputation Power: 0
Send a message via Google Talk to mizzory
Thanks,

The thing I am looking for is that I want a place to find the common commands. I need to find where I installed things, like Apache.
__________________
-Mitchell Simoens

Last edited by mizzory : January 9th, 2002 at 08:34 AM.

Reply With Quote
  #5  
Old January 9th, 2002, 11:57 AM
Fjodor Fjodor is offline
Slacker
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Location: Sweden
Posts: 76 Fjodor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Well, the command apropos is good for finding commands. Say you want to know how much memory you have on your HD but don't know which command to use, then you type 'apropos memory' and you get a list with all the regula commands dealing with memory. It allso give you a short explination of what the command do, so when you find that the command df seem to be what you are looking for you just look in the manual ('man df') and find out you just type df -h to get the avalible and used space in human readable form.
This is a good place to start for anything. First search the command with apropos, then read about it using man.

As for finding programs and directories you can either use the command locate:
locate apache

The locate command use a database which you need to update... all of this is in the manual, so just do man locate and it will tell you how to update the database.


Or you could use find:
find / -name apache -print

The / tells find to search from / and all directories below that... in other words, the whole drive which might be unncessesary if you have an idea where the thing might be, you could just aswell typed find /etc -name apache -print to search the /etc directory.


Allso, here you have a link where is a good place to start if you are new to BSD. It explains how you get the basic stuff up and working:

daemonnews "new to BSD" area


/Fjodor

Last edited by Fjodor : January 9th, 2002 at 11:59 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsBSD Help > Just installed

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap