Domanda |
Risposta |
inizia ad imparare
|
|
Systems designed to do a specific task on hardware optimized for only that purpose
|
|
|
Linux originally only ran on: inizia ad imparare
|
|
|
|
|
Bundling utilities, management tools, and application software with a Linux kernel is called a: inizia ad imparare
|
|
|
|
|
A software release cycle describes: inizia ad imparare
|
|
How often upgrades come out for software
|
|
|
inizia ad imparare
|
|
A fully certified UNIX distribution, Tightly integrated with Apple hardware, Partially based on code from the FreeBSD project
|
|
|
inizia ad imparare
|
|
Is generally backwards compatible with previous versions, Offers both desktop and server products, Has a scripting environment called PowerShell
|
|
|
An interpreted programming language: inizia ad imparare
|
|
Is converted into machine specific instructions as the program runs, Tends to offer more features than compiled languages
|
|
|
The two main families of Linux shells are: inizia ad imparare
|
|
|
|
|
In virtualization, what are the host and guest? inizia ad imparare
|
|
The host is the machine that runs the virtual machines, A guest is a virtual machine
|
|
|
inizia ad imparare
|
|
|
|
|
Which of the following are properties of a strong password? inizia ad imparare
|
|
Includes symbols, At least 10 characters long, A mix of upper and lower case
|
|
|
A license where you don’t have access to the source code is called: inizia ad imparare
|
|
|
|
|
A copyleft provision in a software license means: inizia ad imparare
|
|
If you redistribute the software, you must distribute the source to any changes you make
|
|
|
The Free Software Foundation believes that: inizia ad imparare
|
|
Software should be free to modify, Software should be free to share
|
|
|
What does it mean when a work is placed in the public domain? inizia ad imparare
|
|
The author has relinquished the copyright on the work
|
|
|
The semicolon (;) can be used to separate multiple commands to be inizia ad imparare
|
|
|
|
|
To be able to output messages to the screen, use the _______ command: inizia ad imparare
|
|
|
|
|
The _______ command will print a list of the commands that you’ve previously executed. inizia ad imparare
|
|
|
|
|
HOME is an example of _________. inizia ad imparare
|
|
|
|
|
The directory where additional documentation for software packages most likely can be found is: inizia ad imparare
|
|
|
|
|
To start searching a man page, the first key you press is: inizia ad imparare
|
|
|
|
|
To get help on using the info command, execute: inizia ad imparare
|
|
|
|
|
The _____ command can be used to find any file, not just commands or man pages. inizia ad imparare
|
|
|
|
|
Hidden files are files that begin with what character? inizia ad imparare
|
|
|
|
|
The top-level directory on a Linux system is represented as: inizia ad imparare
|
|
|
|
|
The ls command without options or arguments... inizia ad imparare
|
|
... lists the contents of the current directory.
|
|
|
The command ls -S will sort files: inizia ad imparare
|
|
By size, largest to smallest
|
|
|
When using the cp command, you must provide both a source and a destination.? inizia ad imparare
|
|
|
|
|
Which option can be used with the rm command to prompt before deleting? inizia ad imparare
|
|
|
|
|
Which command would list files that do not begin with a “T” or a “W”? inizia ad imparare
|
|
|
|
|
In general, for which of the following would you want to use lossless compression? inizia ad imparare
|
|
|
|
|
You type gzip myfile. tar. What happens? inizia ad imparare
|
|
myfile. tar is removed, myfile. tar. gz holds a compressed version of myfile. tar
|
|
|
Which command will show what is inside the compressed tarball with a name of foo. tar. gz? inizia ad imparare
|
|
|
|
|
By default, the zip command replaces uncompressed files with compressed files. inizia ad imparare
|
|
|
|
|
Error messages generated by commands are sent where by default? inizia ad imparare
|
|
|
|
|
Which of the following commands will display only lines that begin with test? inizia ad imparare
|
|
|
|
|
Which of the following commands will display lines that contain either start or end? inizia ad imparare
|
|
|
|
|
A file begins with #!/bin/csh. This means: inizia ad imparare
|
|
Running the script will invoke /bin/csh to interpret the rest of the file
|
|
|
Most of nano’s commands take the form of inizia ad imparare
|
|
Control and another character
|
|
|
The if command looks for what exit code to consider a condition to be true? inizia ad imparare
|
|
0
|
|
|
The number of users logged in is in a variable called USERS. How would you test to see if 5 users are logged in? inizia ad imparare
|
|
|
|
|
Which of the following are valid partitioning types? inizia ad imparare
|
|
|
|
|
Software that allows hardware devices to communicate with the installed operating system is called? inizia ad imparare
|
|
|
|
|
Which of the following commands will check hard disk GPT partitions? inizia ad imparare
|
|
|
|
|
The process (ps) command shows only processes running in the current shell by default. inizia ad imparare
|
|
|
|
|
The free command outputs statistics about: inizia ad imparare
|
|
|
|
|
Which file contains the information passed to the kernel at boot time? inizia ad imparare
|
|
|
|
|
To make changes permanent for kernel parameter files found under /proc/sys, the following file can have entries added to it: inizia ad imparare
|
|
|
|
|
Which of the following commands will display the IP address on a Linux system? inizia ad imparare
|
|
|
|
|
The RSA key fingerprint allows the dig command to connect to remote systems.? inizia ad imparare
|
|
|
|
|
When issuing the service network restart command, which of the following occurs? inizia ad imparare
|
|
... takes down all network interfaces, re-reads all related configuration files and then the networking for the system is restarted.
|
|
|
Which of the following commands can be used to display socket statistics, and supports all major packet and socket types? inizia ad imparare
|
|
|
|
|
Which of the following commands will display the groups that the user bob belongs to? inizia ad imparare
|
|
|
|
|
Traditional UNIX systems allowed users to belong to how many groups? inizia ad imparare
|
|
|
|
|
A value of 0 in the “minimum” password aging field means the user cannot change their password. inizia ad imparare
|
|
|
|
|
Sudo privileges allow users to execute commands as another user? inizia ad imparare
|
|
|
|
|
The first line of this command displays how long the system has been running since being rebooted. inizia ad imparare
|
|
|
|
|
Which option for the usermod command can be used to specify a user’s group ID (either primary or secondary)? inizia ad imparare
|
|
|
|
|
The groupmod command can be used to add users to a group. inizia ad imparare
|
|
|
|
|
Which of the following files contains user IDs? inizia ad imparare
|
|
|
|
|
Which of the following commands, run as root, will prevent the user bob from logging in? inizia ad imparare
|
|
|
|
|
What directory contains a user’s home directory? inizia ad imparare
|
|
|
|
|
GIDs under 500 (or 1000) are usually reserved for what kind of groups? inizia ad imparare
|
|
|
|
|
A user cannot delete a file if they do not own it. inizia ad imparare
|
|
|
|
|
The chown command permits changing group ownership done by root only. inizia ad imparare
|
|
|
|
|
Which of the following commands will list hidden files as well as their ownership? inizia ad imparare
|
|
|
|
|
Which of the following commands will set setuid for /usr/bin/program? inizia ad imparare
|
|
chmod 4755 /usr/bin/program
|
|
|
Setting setgid on a directory... inizia ad imparare
|
|
... will set the group owner of all files created in the directory to the group owner of the directory.
|
|
|
Which of the following commands would create a hard link, link to file? inizia ad imparare
|
|
|
|
|