What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do
echo result: $c $b $a;
done
Which commands can be used to change a user's account aging information? (Choose THREE correct answers.)
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.)
Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?