Linux Operating system concepts


 
Thread Tools Search this Thread
Operating Systems Linux Linux Operating system concepts
# 1  
Old 06-01-2012
Linux Operating system concepts

hi guys,
i got job recently in a company which provide a product for data backup and data recovery... as dis product is wrriten in c++ am workin in c++.. now am under training and i want to learn abt Operating System concepts and OS programming using c and c++. i know basic c and c++ programming concepts.... so could u suggest some e-book r link wer i can learn all abt Operating System frm scratch to advanced Operating concept.. dat means i shuld hav through knowledge in OS ,how it executin, wat r d various OS implementation methods and am shuld be good enough to write my own OS code. den i also want to know abt kernel and shell scripting and i lik linux very much so wer can i get source code for linux and full explanation for Linux Source code. for dis, guys pls guide me frm wer shuld i start and how to go abt these things ....so guys pls help me....thanks in advance. Smilie Smilie am eagerly waiting for ur supports Smilie


P.s:By the way am week in english and if u cant understand wat am trying to say pls forgive me and sorry for trouble..
# 2  
Old 06-01-2012
Weakness in the English language is not an excuse to use cyberpunk or abbreviated chat style, which makes it hard to read. Please correct your post..
# 3  
Old 06-01-2012
sorry for using chat style post...below is the corrected post....
i got job recently in a company which provide a product for data backup and data recovery... as this product is wrriten in c++ am working in c++.. now am under training and i want to learn about Operating System concepts and OS programming using c and c++. i know basic c and c++ programming concepts.... so could u suggest some e-book or link where i can learn all about Operating System from scratch to advanced Operating system concept.. I mean i should get through knowledge in OS ,how it executing, what are the various OS implementation methods and i should be good enough to write my own OS code. then i also want to know about kernel and shell scripting and i like linux very much. so where can i get source code for linux and full explanation for Linux Source code. for that i want ur help, please guide me from where should i start and how to go about these things ....so guys please help me....thanks in advance. Smilie Smilie am eagerly waiting for ur supports Smilie
# 4  
Old 06-01-2012
Practice and graded self study.

Install a linux at home or among friends and
  1. learn basic commands. I used to have a starter list - ls, mv, cp, cd, mkdir, vi, who, ps, sed, grep, concept of PATH
  2. Next learn scripting (awk, and shell scripting),
  3. Then how to compile a c/c++ programme and download a tarball.

Having done this for about an year or two, you can begin to read up books on "Design of the Unix operating system".

OK
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Customized Linux Operating System with Security Authentication

Dear Gurus/Experts of UNIX/LINUX, Im Isravel from India, I've customized CentOS Installation ISO as per my new product requirements. I want to give serial key authentication to the clients who all are trying to install ISO file. Can anyone guide me how to create serial key authentication... (1 Reply)
Discussion started by: isravelraja
1 Replies

2. UNIX for Dummies Questions & Answers

How much take space Linux operating system?

Hi Guys, I have a PC (laptop), where ram is 1 GB, hard disk is 400 GB, Now in my PC has window7 & oracle 10g, suppose if we now installed linux then will my system work or we should remove window7 now, please let me know that which linux version is take less space in PC. (3 Replies)
Discussion started by: aaditya321
3 Replies

3. Ubuntu

establishing connection with e-kermit running on LINUX from my operating system

we designed a primitive operating system for learning basics fundamentals and we created process switching, interrupt/polled IO for device drivers like UART and printers. We accomplish this by using our own tools called SPEDE (for downloading compiled elf image from host ubuntu system that have... (0 Replies)
Discussion started by: bicepjai
0 Replies

4. UNIX for Advanced & Expert Users

Linux is kernel and solaris is operating system

Hi I was reading some weblog on the internet and someone made an interesting statement. <quote> Linux is kernel and solaris is operating system </quote> Honestly I don't understand the difference between term kernel and operating system in above quote. Could you explain me more ? thx... (4 Replies)
Discussion started by: presul
4 Replies

5. Homework & Coursework Questions

Operating system LINUX

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Write a C program that accepts 3 parameters. Each parameter indicates the quantity of product to be produced.... (0 Replies)
Discussion started by: paradise
0 Replies

6. Homework & Coursework Questions

Operating system LINUX

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Write a C program that accepts 3 parameters. Each parameter indicates the quantity of product to be produced.... (1 Reply)
Discussion started by: paradise
1 Replies

7. Shell Programming and Scripting

Operating system LINUX

Write a C program that accepts 3 parameters. Each parameter indicates the quantity of product to be produced. Each product will be produced in different production line. Ready products will be placed in a buffer area located at the end of each production line. Packaging workers will pack the... (1 Reply)
Discussion started by: paradise
1 Replies

8. AIX

Confused with File System Concepts

Hello, I've been reading the AIX 5.1 System Concepts PDF but I'm still confused about some file-system concepts and their relationships. What is the 'allocation group size'? How are 'disk allocation unit'/'fragment size', NBPI and 'allocation group size'? And how are the above three... (2 Replies)
Discussion started by: quickfirststep
2 Replies

9. News, Links, Events and Announcements

Bangkok Post Article: The story behind the Linux operating system

http://www.bangkokpost.com/020403_Database/02Apr2003_datacol59.html (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question