Language used with Linux

What language is used more common with Linux

English?

The question is vague. If you mean programming language, what kind of task are you doing? Many people get all of the scripting done with Bash. Of course Perl and Python are also useful. You need to be more specific.

I think the C programming language is most closely associated with the Linux operating system. I believe the kernel is written mostly in C ( with some time-crucial sections written in assembly language ).

1 Like

Where is a good source to go to for beginners for C used with Linux

1 Like

There are lots of good resources online ( you could google "c programming forum" ) and join one of these. You could also go to your local library and see if there are some books available on the topic. You could also take a class at your local community college or buy ( or download ) a textbook on C programming.

my favorite is "The C Programming Language" by. Dennis M. Ritchie