Solaris Questions...

Hey, i got a couple of questions:

  1. What command do you need to give to find a file in your file system?
  2. Where are the ufsboot and the kernel (unix or genunix) programs stored on disk?
  3. How does Solaris organise different platforms?
  4. What is the default run level?
  5. Lastly, how do I reboot the computer using the init command?

What command do you need to give to find a file in your file system?
find / -name filename -print
Where are the ufsboot and the kernel (unix or genunix) programs stored on disk?
on the bootblk of slice zero
How does Solaris organise different platforms?
?????:confused:
What is the default run level?
No defaults, run level 3 is multi-user level, run level 0 and 1 is maintenance level
Lastly, how do I reboot the computer using the init command?
init 6

These answers can be googled my friend. You need not post such queries here. Do read the rules. Do a search b4 you post :cool:

for "default run level" read this

cat /etc/inittab

look for the line that says

is:3:initdefault:

In this case, run level 3 is the default run level. However, this can be overridden at the OK prompt by applying options to the boot command (doing this does NOT change the contents of /etc/inittab).

this smells like homework. thread closed...