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
What will happen to my current process when I execute a command using exec?
What is sh in shell script?
Can we run shell script in windows?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Write a shell script to get current date, time, user name and current working directory.
What are the disadvantages of shell scripting?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What are the various stages of a linux process it passes through?
What are the advantages of shell script?
Explain about gui scripting?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is sudo command?
What is difference between bash and shell?
How do I run a .sh file on mac?
I want to connect to a remote server and execute some commands, how can I achieve this?