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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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!
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply