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 |
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
Will rm -r* removes hidden files?
Is command prompt unix?
How do I search a whole word in vim?
Write a command to display a file’s contents in various formats?
What do you mean by zambie process?
distinguish between user mode and kernel mode?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What is updatedb?
how will you convert a general file to a hidden file?