https://www.reddit.com/r/dataengineering/comments/1491swe/a_mustread_data_engineering_collection/
First in Task 1 we have to create mannual linux command
Section: A
command: man ./internsctl.sh
command: ./internsctl.sh --help
command: ./internsctl.sh --version
Section: B
Part1 | Level Easy
command: ./internsctl.sh cpu getinfo
command: ./internsctl.sh memory getinfo
Part2 | Level Intermediate
command: ./internsctl.sh user create Akash
command: ./internsctl.sh user list
command: ./internsctl.sh user list --sudo-only
Part3 | Advanced Level
command: ./internsctl.sh file getinfo hello.txt
command: ./internsctl.sh file getinfo --size hello.txt
command: ./internsctl.sh file getinfo --permissions hello.txt
command: ./internsctl.sh file getinfo --owner hello.txt
command: ./internsctl.sh file getinfo --last-modified hello.txt
In this task we have to