3x0-203 Exam : level 2 samba
Exam Number/Code : 3x0-203
Exam Name : level 2 samba
Questions and Answers : 50 Q&As
Price : $ 63.00
Update Time : 2010-05-11
- Free Demo: 3x0-203 practice exam
World NO.1 Microsoft Certification Exams Provider
Home > SAIR > Linux/GNU Certified Administrator(LCA) > 3x0-203
Exam Number/Code : 3x0-203
Exam Name : level 2 samba
Questions and Answers : 50 Q&As
Price : $ 63.00
Update Time : 2010-05-11
microsoft braindumps has assembled to take you through 120 Q&As to your 3x0-203 Exam preparation. In the 3x0-203 exam resources, you will cover every field and category in 3x0-203 helping to ready you for your successful Juniper Certification.
microsoft braindumps Practice Exams for SAIR 3x0-203 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
If you prepare for the exam using our microsoft braindumps testing engine, we guarantee your success in the first attempt. If you do not pass the Linux/GNU Certified Administrator(LCA) 3x0-203 exam (level 2 samba) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
Our Exam 3x0-203 Preparation Material provides you everything you will need to take your 3x0-203 Exam. The 3x0-203 Exam details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first try, but also save your valuable time.
We are all well aware that a major problem in the IT industry is that there is a lack of quality study materials. Our Exam Preparation Material provides you everything you will need to take a certification examination. Like actual certification exams, our Practice Tests are in multiple-choice (MCQs)
Our SAIR Linux/GNU Certified Administrator(LCA) 3x0-203 Exam will provide you with exam questions with verified answers that reflect the actual exam. These questions and answers provide you with the experience of taking the actual test. High quality and Value for the 3x0-203 Exam:100% Guarantee to Pass Your Linux/GNU Certified Administrator(LCA) exam and get your Linux/GNU Certified Administrator(LCA) Certification.
Exam : SAIR 3X0-203
Title : level 2 samba
1. Which of the following commands will be executed first by Samba?
A. preexec = rm -r /home/samba/tmp/*
B. root postexec = mkisofs -log-file %H/log-%d.txt
C. root preexec = mkdir /home/temp
D. root execute = rmdir -R /home/temp
E. prescript = /home/samba/scripts
Answer: C
2. What is the function of the smbclient command?
A. It provides access to a Samba-enabled computer from a Windows machine.
B. It provides access to shared resources on a Windows computer.
C. It allows a Windows share to be mounted from a computer running Linux.
D. It provides access to Linux shares from a Windows computer.
Answer: B
3. In order for encrypted passwords to be available to Samba, which of the following lines should appear in smb.conf? (Choose two.)
A. encrypt passwd = yes
B. encrypt passwords = yes
C. smb passwd file = /usr/local/etc/smbpasswd
D. encrypt = /etc/shadow
E. encryptpass = /usr/local/etc/smbpasswd
Answer: BC
4. Ron, a Windows user on his local network, asked his co-worker Ned to save a file on the file server (a Linux machine). Ned saves the file in the specified directory and sends Ron a message to tell him it is there. Ron looks in the file server share, but he cannot find the file until he checks it 20 minutes later. Why is Ron having this problem?
A. The "deadtime" parameter of the smb.conf file is set to 1200.
B. The "browseable" parameter of the smb.conf file is set to 1200.
C. The "change notify timeout" parameter of the smb.conf file is set to 1200.
D. The "browse list" parameter of the smb.conf file is set to 1200.
Answer: C
5. Isabella has recently enabled SSL support on a large Samba server and has issued the command below. What did Isabella accomplish with this command?
ssleay ca -days 100 -infiles client1-csr > client1.pem
A. She has "signed" the client (client1) certificate and authorized it to use the server.
B. She has removed the client (client1) certificate from the system.
C. She has created a temporary file (client1.pem) that generates a public certificate for the client (client1).
D. She has generated a public key (client1.pem) for the client.
Answer: A
6. Many smb.conf parameters take list arguments such as the hide files parameter. From the following, select the "hide files" parameter with the proper syntax that would prevent users from accessing files with .mbx extensions and files beginning with samba.
A. hide files = .mbx, samba.
B. hide files = *.mbx, samba.*
C. hide files = "*.mbx","samba.*"
D. hide files = *.mbx / samba.*
E. hide files = .mbx / samba.
Answer: D