what is the difference between relative path and absolute
path?

Answer Posted / ramakant

Absolute path contains parent folders and directory information.

Is This Answer Correct ?    29 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I search a whole word in vim?

687


How do I use nslookup?

569


How to find $ai_serual resolved path by using unix

1022


Enumerate some of the most commonly used network commands in unix?

613


What is the use of sed command in unix?

590






What does sed command do in unix?

558


Explain command to show the space allocation of files?

627


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:

1758


What are the commands in UNIX to list the files in a Directory?

614


What is ‘ps’ command for?

612


Differentiate cat command from more command.

574


How can you see the command line history?

580


What is the functionality of a top command?

623


What do chmod command do?

600


What is awk used for?

616