Apiwiz Assignment
Linux:
Provide steps to create a directory inside a directory where the parent directory does not exist.
mkdir -p parent-dir/child-dir
How to install a package on a Linux server when there is no internet connection?
Ans - If you need to install ...
varunmargam.hashnode.dev14 min read