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

Answer Posted / jiji

Type pwd at the prompt

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do chgrp command do?

594


What are grep patterns?

581


How do I find previous commands in unix?

596


hw will u use awk in replacing cahrs and files

2736


What does sed command do in unix?

568






What command will change your prompt to myprompt?

708


What are some command words?

569


What's a command word?

591


Which command is used to create a directory?

577


What is merge command in unix?

946


What does the “echo” command do?

626


Is it inbetween or in between?

589


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 # include 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:

1766


How to find $ai_serual resolved path by using unix

1029


What does the metacharacter mean?

612