010-150 Exam Questions
83 real 010-150 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #53
Which criteria are useful when deciding which operating system to use? (Select THREE answers)
- Question #55
What does the exit status 0 indicate about a process?
- Question #57
Which one of the following is true about Open Source software?
- Question #58
Which of the following is a requirement of the GPL license but not the BSD license?
- Question #59
Why is the file data.txt empty after executing sort data.txt > data.txt?
- Question #60
What keyword is missing from the following segment of the shell script? for i in *; _____ cat $i done
- Question #61
Which of the following statements may be used to access the second command line argument to a script?
- Question #62
Which of the following commands will output all of the lines that contain either the string Fred or fred? (Choose TWO correct answers.)
- Question #63
The output of the program date should be saved in the variable actdat. What is the correct statement?
- Question #65
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
- Question #66
Which of the following commands will set the variable text to olaf is home? (Select TWO answers)
- Question #68
What is the output of the following command? for token in a b c; do echo -n ${token}; done
- Question #69
What are the three sets of permissions for a file?
- Question #70
Which command displays the list of groups to which a user belongs?
- Question #71
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 #72
Which of the following will change the group that is associated with a file?
- Question #73
Which of the following applications are used to play an MP3 file on a Linux system? (Choose THREE correct answers.)
- Question #74
Which of the following commands can be used to create a file?
- Question #75
Which option will cause the echo command NOT to output a trailing newline?
- Question #76
Which commands provide help for a specific Linux command? (Choose TWO correct answers.)
- Question #78
Which is a suitable command to find the next appearance of the word hidden in a man page being viewed from the command line?
- Question #79
Which of the following are correct commands for changing the current directory to the user's home? (Choose TWO answers)
- Question #80
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?
- Question #81
Which command is used to make a shell variable known to subsequently executed programs?
- Question #82
Which command lists all files in the current directory that start with a capital letter?
- Question #83
Which command shows if /usr/bin is in the current shell search path?
- Question #84
You enter the command date +%M. Wat does the output show you?
- Question #85
When you are looking for brief information about a program in your PATH with its associated man pages, you would use ...
- Question #86
What does LAMP mean?
- Question #87
Which of the following Linux distributions use the dpkg package management system? (Choose TWO correct answers.)
- Question #88
Which of the following answers are true for cloud computing? (Choose TWO correct answers.)
- Question #89
Which of the following is a Linux based operating system for use on mobile devices?
- Question #90
Which of the following possibilities is only available when using open source software?