Question: Please help with Q1,3,4 With features such as command line completion it is good to know where the commands are coming from. Shell commands like
With features such as command line completion it is good to know where the commands are coming from. Shell commands like which and whereis can be used to determine where the actual executable file for a command resides. For example, which more tells you that the more command is actually a program and the executable file is /bin/more. Not all commands are associated with an executable file. Some are built into the shell itself. For example, which jobs tells you that jobs is a shell built-in command Exercise: Answer the following about tesh. You many need to experiment a bit to work out the behaviour path: Find the value of the path variable for your default shell on phys-ugrad.memaster.ca and list it here. 2. path: What is the function of the path variable? (You may want to look at the man page for tcsh or google about path in unix) PATH is an enronmental vanabie and it telis me shen If you type xeyes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
