For the following questions, refer to the following questions file tree: /opt/ ├── bin │ ├── godfather -> silverscreen
Posted: Sun Jul 03, 2022 11:22 am
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)
When you try to update your system, you get the followingerror
Waiting for cache lock: Could not get lock/var/lib/dpkg/lock-frontend. It is held by process 2311 (apt)
What could be causing this and what would you do to solveit?
2) Use the skills you’ve learned up to this point to createa lab question involving the three chapters we’ve covered in thismodule. Remember to be creative with your scenario!
/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)
When you try to update your system, you get the followingerror
Waiting for cache lock: Could not get lock/var/lib/dpkg/lock-frontend. It is held by process 2311 (apt)
What could be causing this and what would you do to solveit?
2) Use the skills you’ve learned up to this point to createa lab question involving the three chapters we’ve covered in thismodule. Remember to be creative with your scenario!