Question

What is the use of .rc files in Android framework. I see a lot of files what is there purpose. Also I have a little knowledge about linux but I see commands like

mkdir /dirName 0777 abc def

what does that mean. If I run this command on GNU-Linux it creates folder named dirName, 0777, abc and def. I know its like giving permissions while creating directory also abc and def are somewhat like owner or root, but not sure. Does commands in .rc file runs different in Linux normal kernel and in Android linux kernel. Is there any link or online material to study to learn the same that how can we write and use .rc files in Android. Thanks in advance.

Était-ce utile?

La solution

Thanks for the reply. I already knew .rc files contains instructions for the compiler and what is the purpose of .rc files. (Definition of .rc file).

I was more concerned about its usage with context of Android and how commands are used. After searching a lot I finally found a link explaining basics of it (Android INIT Language).

As in my question I asked how mkdir command usage is different in android .rc file its well explaind in readme file in this link.

Thanks again.

Autres conseils

.rc files contain instructions for the compiler.

This source explains it so much better. Marakana deals a little bit with GNU command line and things of that nature. I am not sure if I answered your question exactly how you wanted, but hopefully this points you in the right direction.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top