adspace


What is $path in unix?

Answer Posted / Saikat Roy

$PATH in Unix is an environment variable that holds a list of directories where the system looks for executable files when you enter a command in the terminal. The directories are separated by colons.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988