solaris Run level?
Answers were Sorted based on User's Feedback
Answer / ragu
init S or s
init 0
init 1
init 2
init 3
init 4
init 5
init 6
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / cece
To check your runlevel in solaris
who -r
There are different runlevels ranging from init 0, init s, init 1,2,3,4,5,6.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What is the use of finger command?
what is the use of "fg" command ?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
what is kernel?
what is the use of ls -l command & what is the information it gives about user ?
What is the size of time_t?
What is the unix command to confirm a remote host is alive or not?
How do you create a directory in UNIX?
how to unzip the contents of the gzip file
what is the difference between npar and vpar in HP-UX?