mkitabs


 
Thread Tools Search this Thread
Operating Systems AIX mkitabs
# 1  
Old 04-24-2009
mkitabs

Hi,
can any of you give me detailed part of mkitabs and inittab. I'm new to this part.

My understanding is: when we run mkitabs it write in inittab? is this rite?
can we change the script of mkitabs to make it append instead of removing the items of inittab when starting the system. if i have to append the inittab which script should i modify.


Thanks in Advance.Smilie
# 2  
Old 04-24-2009
Quote:
Originally Posted by janani_kalyan
My understanding is: when we run mkitabs it write in inittab? is this rite?
correct. "mkitab" is sort of an interface which modifies the file /etc/inittab for you according to the parameters you provide. In principle you could change the file directly using an editor, but this is not recommended practice. Use the itab-commands for that.

Quote:
can we change the script of mkitabs to make it append instead of removing the items of inittab when starting the system. if i have to append the inittab which script should i modify.
There are several commands dealing with /etc/inittab. mkitab ("make" - append), chitab (change), rmitab (remove), lsitab (list). Read their respective man pages to find more information.

If you are completely new to UNIX read about "run levels" too - this is a concept necessary to understand when dealing with the /etc/inittab file.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question