Page 1 of 1

For the following questions, refer to the following questions file tree: /opt/ ├── bin │ ├── godfather -> silverscreen

Posted: Sun Jul 03, 2022 11:22 am
by answerhappygod
For the following questions, refer to the following questionsfile tree:
/opt/
├── bin
│ ├── godfather ->silverscreen/godfather/bin/godfather
│ ├── halloween ->silverscreen/halloween/bin/halloween
│ └── toystory ->silverscreen/toystory/bin/toystory
└── silverscreen
├── godfather
│ ├── bin
│ │ └── godfather
│ ├── buildtools
│ ├── doc
│ ├── man
│ └── src
├── halloween
│ ├── bin
│ │ └── halloween
│ ├── buildtools
│ ├── doc
│ ├── man
│ └── src
└── toystory
├── bin
│ └──toystory
├── buildtools
├── doc
├── man
└── src
1) Your supervisor tells you that the company is adopting a newsoftware suite. All of the programs are installed in/opt/silverscreen/ and each of the executablecommands are soft linked to the /opt/bin/directory.
Employees are complaining that any time they try to run thecommands they get a “command not found” error. What do you do totroubleshoot this?
2) Whenever you try to run the commandgodfather you get the following error:
TERM environment variable not set.
error: Var not set on line 734
What would you do to troubleshoot this issue? Why is thisimportant for your system?
3) When configuring the command toystory,you realize some of your settings are not properly setted.
You need to set the programs home directory and bin directory.Remember that these environment variables need to be set on everybash shell, don’t overthink it!