Computer Science, asked by mewrhrjt2646, 1 year ago

When you want the system to execute the command you almost never had to give full path?

Answers

Answered by ItsSmileQueen
0

Hi mate!

Download JAVA JDK..

hope you are helped by me!

Thanks!

Regards

-Smile Queen

Answered by ankurbadani84
0

Answer:

By setting the PATH environment variable

Explanation:

When we execute a command we do not have to give full path. This is possible because of PATH environment variable. This variable keeps the list of directory where you will find executable files.

If you want to know contents of path variable, then you need to type

echo $PATH

Similar questions