Help!!!!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help!!!!
# 1  
Old 10-21-2001
Help!!!!

i install sun solaris 8 (intel base) for some reason i can't install
sun software 2 it fail everytime i try to install it.. anywayz i am missing the man pages, plus i can't run any excutable scripts, example: i
cat > jack
ls -l
chmod 777 jack
when i type in jack it doesn't do anything..
Plus i have another question when you first install the solaris 8 and it ask where you want to get the information from

[ ] cd

[ ] hardisk

[ ] network

if it doesn't ask for network does that means my nic card is not working properly, if it is correct, for some reason when i ping my nic card it said it alive.. please help..... meeh thanks...
# 2  
Old 10-24-2001
souldier,
You can do it.
here it is..
after making the file as executable.
you can execulte it using

prompt>./jack

else add the path in .cshrc of the file jack is present

path = /user/souldier/jack

then run
prompt> source .cshrc
prompt> jack
this will be executed.

Hope this might helps.
Sorry, I am not familiar with solaris installation.

Anent
# 3  
Old 10-24-2001
cool.. thanks man

everything seems to working find.. i type in sh jack and it worked... so that cool.. im still learning... so could you tell me what program is cool for sun.. example winamp stuff like that.. that i can download and learn how to install program.. Thanks again
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question