010-100 Exam Questions
92 real 010-100 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #52Security and File Permissions
When using a web browser, what should a user do to prevent private data from being stored locally?
browser privacyprivate modelocal data storage - Question #53The Power of the Command Line
In order to rename the directory ~/bilder/letzter-urlaub to ~/bilder/sommer-2011, which command line could be used?
mv commanddirectory renamefile operations - Question #54The Power of the Command Line
Which of the following commands will output a list of all of the file names, under your home directory and all subdirectories, which have file names ending with .pdf?
find commandfile searchwildcards - Question #55The Linux Community and a Career in Open Source
Which of the following applications are popular Open Source relational database systems? (Select TWO correct answers)
relational databasesPostgreSQLMySQLopen source software - Question #56The Linux Operating System
Which of the following is a technology used to connect a hard drive directly to a computer's motherboard?
SATAhardware interfacesstorage connectivity - Question #57The Power of the Command Line
You want to examine the changelog for the installed package postfix. Which command will display the changelog?
rpmpackage managementchangelogRPM queries - Question #58The Power of the Command Line
You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?
make cleansource compilationbuild tools - Question #59The Power of the Command Line
Pressing the Ctrl-C combination on the keyboard while a command is executing in the foreground sends which of following signal codes?
signalsSIGINTCtrl-Cprocess control - Question #60Finding Your Way on a Linux System
The command used to determine a file's type is
file commandfile type detection - Question #61The Power of the Command Line
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 wh...
grepregexpattern matchingtext search - Question #62The Power of the Command Line
What two character sequence is present at the beginning of an interpreted script? (Please specify the TWO correct characters only)
shebangscript interpretershell scripting - Question #63The Linux Community and a Career in Open Source
Which of the following statements is true for a Linux distribution used in an enterprise environment?
enterprise Linuxdistribution stabilityLTS releases - Question #64Finding Your Way on a Linux System
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
find commandfile searchdirectory traversal - Question #65The Power of the Command Line
Which command shows all of the directories that the shell searches for programs?
PATH variableshell environmentecho command - Question #66The Power of the Command Line
Which of the following commands will set the variable text to olaf is home? (Select TWO answers)
shell variablesvariable assignmentquotingbash syntax - Question #67Finding Your Way on a Linux System
In which directory are system log files kept?
log filessyslogLinux directory structure - Question #68The Power of the Command Line
Which command will delete the directory foo with all its content?
rm commanddirectory deletionrecursive remove - Question #69The Power of the Command Line
Which character starts a comment line in a shell script file?
shell scriptingcommentsbash syntax - Question #70The Power of the Command Line
Which command chain will count the number of regular files with the name of foo.txt within /home?
find commandwcpipefile counting - Question #71Finding Your Way on a Linux System
Which command lists all files in the current directory that start with a capital letter?
ls commandglob patternswildcardsfile listing - Question #72Finding Your Way on a Linux System
When creating a new file, what can be done to make the file hidden from the default output of the ls command?
hidden filesdot filesfile namingls command - Question #73The Power of the Command Line
Which command shows if /usr/bin is in the current shell search path?
PATH variableenvironment variablesecho commandshell - Question #74Finding Your Way on a Linux System
Which of the following commands will display a list all files in the current directory including the hidden files?
ls commandhidden filesdirectory listing - Question #75The Linux Community and a Career in Open Source
What does LAMP mean?
LAMP stackApacheMySQLopen source software - Question #76The Linux Operating System
Which statements are true about virtualization? (Choose TWO answers)
virtualizationvirtual machinesLinux servershypervisor - Question #77The Linux Operating System
Which of the following answers are true for cloud computing? (Select TWO answers)
cloud computingIT infrastructureoutsourcingresource management - Question #78Finding Your Way on a Linux System
Which of the following commands increases the number of elements in a directory? (Choose TWO answers)
touch commandmkdir commanddirectory managementfile creation - Question #79The Power of the Command Line
Which command will display the last line of the file foo.txt?
tail commandfile viewingtext processing - Question #80Finding Your Way on a Linux System
While deleting all files beginning with the letter a there was still the file Access.txt left. Assuming that it had the correct ownership, why was it not deleted?
case sensitivityfile namesLinux filesystemrm command - Question #81Security and File Permissions
Which statement about users and user groups is correct?
user groupsuser managementLinux users - Question #82Security and File Permissions
What are the three sets of permissions for a file?
file permissionsuser group otherspermission sets - Question #83Finding Your Way on a Linux System
Which command line can be used to search help files that mention the word "copy"?
man commandman -khelp systemapropos - Question #84The Linux Operating System
The command mkfs -t ext3 /dev/hdb1 -T largefile creates what size of inode?
mkfsext3 filesysteminode sizefilesystem creation - Question #85The Linux Operating System
Which command shows, amongst other information, the IP address of the current DNS server for a Linux system?
DNSresolv.confnetwork configurationnameserver - Question #86The Linux Community and a Career in Open Source
Which of the following programs is not a graphical web browser?
web browserstext browserLinks browsergraphical applications - Question #87The Linux Operating System
Which of the following services are used for network file systems? (Select TWO correct choices)
NFSSambanetwork file systemsfile sharing - Question #88The Linux Operating System
Which of the following software packages is a mail server?
Postfixmail serveremailserver software - Question #89The Power of the Command Line
What is the purpose of the bash built-in export command?
export commandenvironment variablesbash built-inshell - Question #90The Linux Operating System
Which of the following commands can be used to instruct the init process to switch runlevels? (Choose TWO correct answers)
runlevelstelinitinitsystem initialization - Question #91Finding Your Way on a Linux System
Which directory contains additional information about installed packages?
filesystem hierarchy/usr/share/docpackage documentationLinux directories - Question #92The Power of the Command Line
What is the default process priority when a process is started using the nice command?
nice commandprocess priorityprocess schedulingdefault niceness - Question #93The Linux Operating System
Which command will allow an administrator to adjust the number of mounts after which an existing filesystem will be checked by e2fsck?
tune2fse2fsckfilesystem maintenancemount count