Which of the following are requirements in order to run a shell script like a regular command from anywhere in the filesystem? (Choose THREE correct answers.)
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
You are looking into a new script you received from your senior administrator. In the very first line you notice a #! followed by a file path. This indicates that:
Which command should be added to /etc/bash_profile to change the language of messages from an internationalised program to Portuguese (pt)? (Select TWO correct answers)
Which of the following steps prevents a user from obtaining an interactive login session?
Which environment variable should be set in order to change the time zone for the commands run from within the environment variable's scope? (Specify the variable name only.)