Which of the following may occur as a consequence of using the command ifconfig? (Choose THREE correct answers.)
Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)
Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?
Which of the following steps prevents a user from obtaining an interactive login session?
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Given a file called birthdays containing lines like:
YYYY-MM-DD Name
1983-06-02 Tim
1995-12-17 Sue
Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?