Shell01 Ex01 -

When you submit Shell01 Ex01, the evaluator will verify:

The exercise expects you to produce a one-liner inside a file (usually named print_groups.sh or similar, depending on the specific branch of the project). Shell01 Ex01

export FT_USER=daemon sh ex01.sh # Output (Linux example): daemon bin adm export FT_USER=root sh ex01.sh # Output: root export FT_USER=your_username sh ex01.sh # Output: your_username sudo docker (etc.) When you submit Shell01 Ex01, the evaluator will

The subject of Ex01 is deceptively simple: "Write a command line that will display the list of groups for which the login, passed as an environment variable, is a member." When you submit Shell01 Ex01