How to modify the PATH variable and make it executable?

Answer Posted / swaroopa

use setenv command to set the path

eg: setenv PATH "/workingdir/"

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you copy a file from one machine to other?

548


What is a shell script in windows?

588


How to get the first line from a file using just the terminal?

598


How to check if a directory exists?

560


What is the best scripting language?

568






How to write a function?

594


What is bash command used for?

586


What makes c shell a more preferable option than the bourne shell?

544


how to get part of string variable with echo command only?

593


What are types of shells?

550


c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command

4693


How to print pid of the current shell?

604


Why do we write bin bash in shell scripts?

546


What is mac default shell?

615


I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.

599