uname -a output


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers uname -a output
# 1  
Old 07-19-2011
Computer uname -a output

Can anyone please let me know the meaning of output of uname -a ?
I am totally new to unix or linux and just thinking to start learning.
When I run uname -a the output I get is -
"Linux blx28ap01 2.6.18-238.12.1.el5 #1 SMP Sat May 7 20:18:50 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux"

I want to know this as I want to know what I need to start studying....Smilie
# 2  
Old 07-19-2011
You will find that info under:
Code:
man uname

This User Gave Thanks to bartus11 For This Post:
# 3  
Old 07-19-2011
what do I start learning Unix or Linux then ..?? Just confused.
# 4  
Old 07-19-2011
Are you asking if the system you posted the output from is Unix or Linux?
# 5  
Old 07-19-2011
That is Linux...as shown by the output but if I learn UNIX....would I be missing something from LINUX or vice-versa...that's what I wanted to know..
# 6  
Old 07-19-2011
Of course there are many aspects in which Linux and UNIX are differing. Even UNIX is not a single system, but three major commercial UNIX system can be found on many companies servers, which are AIX, HP-UX and Solaris and they differ quite a lot among themselves. But if you are just beginning your adventure with Linux/UNIX it is better to start with Linux, as the basics are very similar and it is much easier to obtain than commercial Unixes.
# 7  
Old 07-19-2011
Thanks bartus11 that is hugely helpful.....I want to start right away.....which book should I refer....I guess from my uname -a output, the Linux I am using is GNU/LINUX....can you please please suggest some good book on this.......Thank you...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

uname -a

bssmsrv223:/ 53 ] uname -a SunOS bssmsrv223 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V245 bssmsrv223:/ 54 ] what does 118833-36 denotes in Generic_118833-36 (2 Replies)
Discussion started by: hiten.r.chauhan
2 Replies

2. UNIX for Advanced & Expert Users

tr command with uname -n

Using the command : echo $eup_terminal_code | tr -s 'mil vrn qcm' 'mci pql qcm' it works,but this translation changes depending on the system. I'd like to define the following variables ,one for each system : mil22h_from='mil vrn frl' mil22h_to='mci vci fci' ... (4 Replies)
Discussion started by: Pierluigi.sala
4 Replies

3. Solaris

uname help

hi all, Operating System Name : Unix Sun Solaris Operating system release level : 5.10 Operating system version : Generic_137111-06 i know the release level that is kernel version Generic_137111-06 what is number... (6 Replies)
Discussion started by: coxmanchester
6 Replies

4. AIX

uname -S newhostname

hi freinds recently i have change hostname node as using uname -s ******* but next time i saw the name using uname -n the name did t changed is that i have to reboot the system (4 Replies)
Discussion started by: senmak
4 Replies

5. Shell Programming and Scripting

How to Change Uname output?

I want use fake uname anyone can guide? (9 Replies)
Discussion started by: redstaing
9 Replies

6. Linux

Uname

what is the difference between uname -m and uname -i what it actually means (2 Replies)
Discussion started by: Dileepsp
2 Replies

7. AIX

uname -S

hi , i have made a mistake :( on the production enviourment by change tha host name . after that i returned back the old name. but i think this will not afeect the system until reboot the machine. laso i tried to telnet the syetem by the host name not by the IP address and it works fine. ... (2 Replies)
Discussion started by: habuzahra
2 Replies

8. Shell Programming and Scripting

How to Change Uname output?

I want replace 2.6.15-25-server with 2.6.17 ? $uname -r 2.6.15-25-server 1) mv /bin/uname /bin/uname.orig 2) put the following in the new /bin/uname: #!/bin/sh echo Uname (New Version) /bin/uname.orig :confused: (3 Replies)
Discussion started by: pop_black
3 Replies
Login or Register to Ask a Question