Solaris Questions...


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Questions...
# 1  
Old 09-25-2008
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?
# 2  
Old 09-25-2008
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?
?????Smilie
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 Smilie
# 3  
Old 09-25-2008
for "default run level" read this
Code:
cat /etc/inittab

look for the line that says
Code:
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).
# 4  
Old 09-25-2008
this smells like homework. thread closed...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 11.# zone questions

Hello, I am working on building Solaris 11.3 system going to install it with SPARC 11.3 text iso then update system with 11.3 local IPS repo. Once that is all done my question is can I install non global zones on the system that are 11.0, 11.1, 11.2 and if so what is the best way to go about... (9 Replies)
Discussion started by: fly3rs
9 Replies

2. Solaris

Questions about Solaris 10

I am new to solaris 10. I have a few questions 1) How do I check the current version of grub? 2) How do I update grub version 3) what version onwards supports GPT? Thanks (2 Replies)
Discussion started by: roberts123
2 Replies

3. Solaris

Questions about syslogd - Sun Solaris 10

My platform: Sun Solaris 10 I'm trying to write a script to generate different outputs for different syslogd states. Is there any difference between "syslogd is enabled" and "syslogd is logging locally"? Also, how do you know if syslog is logging locally? Should I start looking in... (1 Reply)
Discussion started by: mittemitte
1 Replies

4. Solaris

Solaris certification questions

any one can help me i want to write the certification on next month for solaris how the EXam will be and how to prepare all of things (3 Replies)
Discussion started by: wkbn86
3 Replies

5. Solaris

Newb questions about Solaris 10.

For some reason, I have a v240 lying around. I was thinking of connecting it to a 1gbit backbone, but I have no experience with Solaris or Linux whatsoever. Here's what I would like to do: - Run a Apache Webserver(XAMPP) - Run a FTP Server and set the Home directory Here's some random... (1 Reply)
Discussion started by: Willekillen
1 Replies

6. Solaris

Solaris cluster few questions

Today I downloaded Sun Cluster and I want to know more from someone experinced how much good is it that toy. Yes I also downloaded a documentation and I will read it but I want to know your experience so shoot . Probaly Jillagre has a few good stories . (1 Reply)
Discussion started by: solaris_user
1 Replies

7. Solaris

solaris 10 and a few basic questions

hello, first, I'm quite new to solaris. I've installed solaris 10 basic (item 4 on the install-menue). now I had to realize that I don't have any option for connecting the machine from remote. ssh isn't even installed although I've coosed 'yes' for remote access. no matter what solaris is... (10 Replies)
Discussion started by: fourty2
10 Replies

8. Solaris

Solaris Interview Questions

Hi, Can anyone tell me which is the good site for solaris interview questions. Let me know if anyone has some material on the same. Thanks in advance. (1 Reply)
Discussion started by: amult
1 Replies

9. Solaris

Solaris Newbie questions...

Hello everyone, I am brand spanking new to both Solaris and Unix. I thought I would give it a go after buying a SB2500 off ebay for a few hundred dollars. I am having some issues that I am not sure how to correct, and I am wondering if I can get a few pointers? The first one is that my system... (2 Replies)
Discussion started by: GeekMasterFlash
2 Replies

10. Solaris

Solaris 10 Interview Questions?

Hey, My company is looking to bring on a Sr. UNIX Admin with Solaris 10 experience. What are some solid interview questions I could ask about UNIX and Solaris 10 that would weed a good guy out from a bad? Questions that don't involve long command lines would be the best. Thanks (1 Reply)
Discussion started by: mikepatton21
1 Replies
Login or Register to Ask a Question