real newbie here...


 
Thread Tools Search this Thread
Operating Systems Solaris real newbie here...
# 1  
Old 10-16-2006
real newbie here...

solaris 10 x86 system

installed fr dvd really well....log in no problem etc....

in my true A.D.D nature i want to learn unix...I am not into self punishment but it is something i just want to do....

i am at the command line now and i just want to know what shell it is we are working with here. BASH? do i even have the semantics right here?

the gui was ok but i had issues w the keyboard...just a little but i read somewhere that the power of unix is at the command line...how about cde? that seemed to have alot more utilities etc than the java gui....

can anyone recommend a good overall manual to learn unix fr the ground up, or should i just hit the web and learn...i am at the login screen and i am game from there!

wish me luck or offer condolences but i want to take a crack at this. thanks
# 2  
Old 10-16-2006
I use the CDE to bring up a terminal window so I have access to the command line Smilie

As to books, there's a couple of threads around here but I used Essential System Administration to initially learn how to use the system. Mind you I've been using computers for a long time and seem to have an affinity to them.

Others suggest the Unix System Administration Handbook. I think there's some big "them vs us" camp on this. I have both and the Essential System Administration book seemed to work best for me.

Good luck and welcome.

Carl
# 3  
Old 10-17-2006
thanks bofh...

per my initial post, can anyone tell me what shell solaris 10 is????? is it BASH? the prompt is a "#" sign....just curious. thanks.
# 4  
Old 10-18-2006
Code:
$ echo $SHELL
/bin/ksh

And the # prompt typically is the root prompt. Are you logging in as root? You should set up an account for you to log in as and then you can use su to become root.

Code:
$ su - root
Password: 
#

Carl
# 5  
Old 10-18-2006
Quote:
per my initial post, can anyone tell me what shell solaris 10 is????? is it BASH? the prompt is a "#" sign....just curious. thanks.
... this link might help you too since your asking for bash which is a gnu soft (am i saying it right? Smilie )
# 6  
Old 10-18-2006
thanks again all....i'm maneuvering my way a bit through the system...i haven't even scratched the surface and it is terrific....i'm sure i'll be posting again very soon
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl newbie . &&..programming newbie

Hi, I am new to programming and also to perl..But i know 'perl' can come to my rescue, But I am stuck at many places and need help..any small help is much appreciated... below is the description of what i intend to acheive with my script. I have a files named in this format... (13 Replies)
Discussion started by: xytiz
13 Replies

2. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

3. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

4. UNIX for Dummies Questions & Answers

Real Newbie

Helo Friends, I am new to this forum. I am very much intrested to learn UNIX Administration so please can any one teach me or tell me ur suggestions installing , maintaining,administrating,commands,and Shell programming. please leave ur suggestions and guidelines. Thanx... (1 Reply)
Discussion started by: mybestway
1 Replies

5. UNIX for Dummies Questions & Answers

Hi, everybody...i'm a real newbie

Hi mates.... i just got started...truely so...cuz i just borrowed a Unix for dummies from the library...wondering if i could go download a system to play with...but i don't no where....any suggestions? thanx a lot :) (2 Replies)
Discussion started by: PhilO_<
2 Replies

6. UNIX for Dummies Questions & Answers

real newbie need to know...

hi everybody, so as you know i'm a real newbie in the unix world and i wanna know if i can install unix (not linux or other derived) on a toshiba T1950 portable computer ? It is a 486 cpu with 8mb ram, monochrom screen, and a 200mb hd, no cdrom... The latest version of unix is not necessary, a... (1 Reply)
Discussion started by: Uninewb
1 Replies
Login or Register to Ask a Question