Read the bash man or info page, try some experiments, and answer the following questions:
a. How do you export a function?
b. What does the hash builtin do?
c. What happens if the argument to exec is not executable?
a. $ export -f funcname
b. The hash builtin remembers the absolute pathnames of executable pro-
grams named in its arguments. Without any arguments, hash lists all of
the commands it is tracking.
c. When the argument to exec is not an executable file, exec fails.
Computer Science & Information Technology
You might also like to view...
By default the first field in a table created using the Blank database command is designated as the primary key field.
a. true b. false
Computer Science & Information Technology
Is there a method or command in the IAM system to allow or deny access to a specific instance?
A. Only for VPC based instances B. Yes C. No
Computer Science & Information Technology