What is the comma to show the space allocation of files?
No Answer is Posted For this Question
Be the First to Post Answer
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:
Give Command that will move a single file called "unix.txt"
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
Which command should you use to find the remaining disk space in unix server?
What is the difference between AWK and SED commands? Plz give example and explain...
What is the use of sed command in unix?
What is the comma to show the space allocation of files?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
How do you create a directory in UNIX?
Which command will you use to change the permissions on file?
what is the difference between SED and GREP ? Which one is more better and why?
What is the pipe command?