KDE is mostly written in ___________. C K CDE C++
Introduction to Linux II
Which of the following is not a feature of the Gnome desktop...
Which of the following is not a feature of the Gnome desktop environment? Load time and...
Errors from applications started via an icon in X Windows are...
Errors from applications started via an icon in X Windows are sent which of the following files...
On modern systems, files in the conf.d directory will be read...
On modern systems, files in the conf.d directory will be read after the xorg.conf file when present...
Recent versions of X server do not require xorg.conf files to...
Recent versions of X server do not require xorg.conf files to operate. True or False? True False
The _ tool is recommended to modify the greeting or banner for...
The ____________ tool is recommended to modify the greeting or banner for the gdm display manager...
The _ file is used to set the default display manager and...
The ___________ file is used to set the default display manager and desktop environment on RedHat...
On Debian-derived distributions the _ command is used to install...
On Debian-derived distributions the ___________ command is used to install and choose the default...
Command substitution cannot be used to insert the output of a...
Command substitution cannot be used to insert the output of a command as another command’s argument...
The joanne user wants an email sent when her shell script is...
The joanne user wants an email sent when her shell script is executed successfully. Which of the...
Conditional statements can be used to determine which of the...
Conditional statements can be used to determine which of the following? (choose three) If the file...
The command read -p will not capture the current position of the...
The command read -p will not capture the current position of the mouse pointer. True or False? True...
What will the following command do (select all that apply): read...
What will the following command do (select all that apply): read -p “Enter data> “ test (choose...
A function is given 3 arguments as input. The third argument of...
A function is given 3 arguments as input. The third argument of a function is identified as: $PATH...
If the HISTIGNORE=’ls*’ command is placed in the ~/...
If the HISTIGNORE='ls*' command is placed in the ~/.bash_profile file, which of the...