Difference between revisions of "Talk:SPR720 Midterm Practice"

From CDOT Wiki
Jump to: navigation, search
(New page: Feel free to discuss the answers here.)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
Feel free to discuss the answers here.
 +
 +
 +
==============================================================================================
 +
Nestor: My Answer (didn't study rpm yet, so, i shold be wrong in the last 3 questions)
 +
==============================================================================================
 +
1) What does bash stand for?<br>
 +
b) Borne Again Shell
 +
 +
2) What is the difference between the /bin and /usr/bin directions and the /sbin and /usr/sbin directories?<br>
 +
a) /bin and /usr/bin contain binaries useful to all users, /sbin and /usr/sbin contain binaries useful to system administrators
 +
 +
3) This script is run<br>
 +
a) LUXLINUX
 +
 +
4) This script is run:<br>
 +
b) false
 +
 +
5) This script is run :<br>
 +
b) b contains error messages, a contains non-error messages
 +
 +
6) When the command make is run, a message appears saying that there is “nothing to do”. Why?<br>
 +
c) the makefile targets have a timestamp earlier than the source files
 +
 +
7) What permission would be set on the file “foo” by this command?<br>
 +
b) rwxr-x--x
 +
 +
8) A directory has the permission: --x--x--x You can:<br>
 +
b) use files in that directory if you know the exact filename
  
Feel free to discuss the answers here.
+
9) What will this command do?<br>
 +
b) display the package which installed that file
 +
 
 +
10) A package is named: What is the package release?<br>
 +
c) 3
 +
==============================================================================================
 +
 
 +
 
 +
Are you sure about the answer to Question 6?
 +
--[[User:Chris Tyler|Chris Tyler]] 16:32, 13 October 2008 (UTC)

Latest revision as of 12:32, 13 October 2008

Feel free to discuss the answers here.


==================================================================================

Nestor: My Answer (didn't study rpm yet, so, i shold be wrong in the last 3 questions)

==================================================================================

1) What does bash stand for?
b) Borne Again Shell

2) What is the difference between the /bin and /usr/bin directions and the /sbin and /usr/sbin directories?
a) /bin and /usr/bin contain binaries useful to all users, /sbin and /usr/sbin contain binaries useful to system administrators

3) This script is run
a) LUXLINUX

4) This script is run:
b) false

5) This script is run :
b) b contains error messages, a contains non-error messages

6) When the command make is run, a message appears saying that there is “nothing to do”. Why?
c) the makefile targets have a timestamp earlier than the source files

7) What permission would be set on the file “foo” by this command?
b) rwxr-x--x

8) A directory has the permission: --x--x--x You can:
b) use files in that directory if you know the exact filename

9) What will this command do?
b) display the package which installed that file

10) A package is named: What is the package release?
c) 3

==================================================================================

Are you sure about the answer to Question 6? --Chris Tyler 16:32, 13 October 2008 (UTC)