Changes

Jump to: navigation, search

Talk:Fall 2008 SPR720 Sample Exam Questions

309 bytes added, 22:56, 10 December 2008
no edit summary
If the command "make d" is entered, what commands will ''make'' execute? Explain why.
===ANSWER:===
<pre>
It will call up the function "d" in Makefile, and function "d" will call-up function "a", then function "a" will run print out the content of file "b" and "c" into a file called "a"
then, at the end of function "d", it will tar (with compress) file "a" to a tar file called "e"
</pre>
Nes
6. Write a python script which will ask the user for the name of a virtual machine and report whether that virtual machine is running. (Use libvirt).

Navigation menu