What is s and g in sed command?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

What happens when we execute a unix command?

0 Answers  


How do you grep recursively?

0 Answers  


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

0 Answers  


What does find command return in unix?

0 Answers  


If JFS file system is 100% full how we can increase the file system ?

3 Answers  






What is the command to view process running?

0 Answers  


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,


how to change a normal file into hidden file

3 Answers  


Why is it called a shebang?

0 Answers  


What do chgrp command do?

0 Answers  


How do you find path of a directory? Give its syntax.

7 Answers  


what is the meaning of this command rm -rf / what will it do ?

5 Answers   Altair,


Categories