Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is unix/linux internals? [closed]

When somebody asks me about how strong you are in unix/linux internals ? What do they really mean ?

Though i have some idea, i would like to hear from some experts that, what is really meant by unix/linux internals.

My ideas are, i have to be strong in,

  • linux boot process
  • user creation
  • how does a command executes
  • filesystem related details
  • process details

I would like to know, whether this is sufficient or something else there ?

Update: I edited this question to add more details, if possible reopen the questions for answers?!

like image 949
user412125 Avatar asked Aug 05 '10 15:08

user412125


1 Answers

The internal design of the components of the Linux operating system (i.e. the kernel).

like image 68
ternaryOperator Avatar answered Oct 11 '22 14:10

ternaryOperator