Question 11
Consider that the below commands are executed in a shell with root ("/") as the current directory.
mkdir appcd appmkdir bin lib configcd binecho hello > app.shcd ..cd libecho hello > lib.socd ..cd configecho hello > settings.confWhat is the absolute path of the file lib.so?