010-100 Exam Questions
92 real 010-100 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
Which of the following programs is used to search for files in a file system?
- Question #2
Which of the following commands will output all of the lines with the name Fred in upper or lower case but not the word red from the file data_file? (Select TWO correct answers)
- Question #3
The script, script.sh, consists of the following lines: #!/bin/bash echo $2 $1 Which output will appear if the command, ./script.sh test1 test2, is entered?
- Question #4
Which TWO commands can be used to make the file /tmp/foo.txt readable for all users?
- Question #5
Which of the following properties of a user account determines whether the user is given administrator privileges?
- Question #6
What command line will create the user falco with home directory assigned to the group users as primary group?
- Question #7
When a new user is added, where does his user ID gets stored?
- Question #8
Which of the following commands can be used to change both the owner AND group settings of a file?
- Question #10
The output of the program date should be saved in the variable actdat. What is the correct statement?
- Question #11
You are formatting a single hard disk for a Linux install. What is the maximum number of primary partitions you can create?
- Question #12
In order to append the output of ls to a file called bazz, which of the following command lines would you use?
- Question #13
You enter the command date +%M. Wat does the output show you?
- Question #14
When you are looking for brief information about a program in your PATH with its associated man pages, you would use ...
- Question #15
Which approach will provide a listing of the contents in a tar archive?
- Question #16
A Linux computer has no access to the internet. Which command displays information about the network gateway for the system?
- Question #17
Which command is used to make a shell variable known to subsequently executed programs?
- Question #18
Which criteria are useful when deciding which operating system to use? (Select THREE answers)
- Question #19
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
- Question #20
What is the output of the following command sequence? for token in a b c; do echo -n "$token "; done
- Question #21
What is the correct command to extract the contents of the archive file download.bz2?
- Question #22
What is the output of the following command? for token in a b c; do echo -n ${token}; done
- Question #23
Which of the following command sequences overwrites the file foobar.txt?
- Question #24
Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?
- Question #25
Which statements are correct regarding distributions? (Choose TWO answers)
- Question #26
What does the exit status 0 indicate about a process?
- Question #27
Which of the following is a Linux based operating system for use on mobile devices?
- Question #28
Which of the following is an example of globbing?
- Question #29
What command would you use to get comprehensive documentation about any command in Linux?
- Question #30
Which of the following is the home folder for the root user?
- Question #31
Which of the following possibilities is only available when using open source software?
- Question #32
Where is the BIOS located?
- Question #33
Given a directory with the following information: drwxrwxrwxt 12 tu tg 36864 2012-03-15 /home/directory/ Which of the following statements are true? (Choose TWO answers)
- Question #34
How can the normal output of a command be written to a file while discarding the error output?
- Question #35
Which files will affect the domain name resolution system on Linux? (Choose TWO answers)
- Question #36
Which network interface always exists in a Linux system?
- Question #37
Which command will display running process information in real time?
- Question #38
Which one of the following is true about Open Source software?
- Question #39
Which command displays the list of groups to which a user belongs?
- Question #40
After installing a new package, in which directory are you most likely find its configuration file?
- Question #41
Which of the following is a valid option for a typical command to get its built-in usage information?
- Question #42
Which of the following is a requirement of the GPL license but not the BSD license?
- Question #43
Which of the following Ubuntu releases is considered most stable and fit to use for business purposes?
- Question #44
What is the command to change the password of a user?
- Question #45
With which command can you determine the time of the last restart of a system?
- Question #46
You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task?
- Question #47
Which of the following will change the group that is associated with a file?
- Question #48
What is the command that will show system boot time messages?
- Question #49
Where can a boot loader be installed?
- Question #50
Which of the following commands can be used to extract content from a tar file?
- Question #51
Which of the following filesystems is most commonly used for Linux distributions?