SUSE Certified Engineer (SCE) in Enterprise Linux Qs &
As
What is the difference between "disabling" a service -versus- "masking" a service? Correct
Ans-After "disabling" a service, an unmasked service can still be started manually; after
"masking" it, it cannot
List the configured systemd targets Correct Ans-# systemctl list-units type=target
Switch to the "multi-user" target Correct Ans-# systemctl isolate multi-user.target
Start "SSH agent" to track authentication Correct Ans-# ssh-agent bash
Add private key to SSH Agent for authentication Correct Ans-# ssh-add ~/.ssh/id_rsa
Show the local NFS exports Correct Ans-# showmount -e localhost
Create an htpasswd file (named "/etc/apache2/htpasswd") with an Apache user called
"geeko" and password "suse" Correct Ans-# htpasswd2 -c /etc/apache2/htpasswd geeko
(enter "suse" at the prompt)
Test Samba configuration Correct Ans-# testparm
, SUSE Certified Engineer (SCE) in Enterprise Linux Qs &
As
Set Samba password for the user "geeko" Correct Ans-# smbpasswd -a geeko
Get info about Samba "shares" from "server1" for the "tux" user Correct Ans-# smbclient -
-list server1 -U tux
Using Samba, access the home directory from "server1" for the "tux" user Correct Ans-#
smbclient -U tux //server1/tux
Mount the "data" Samba share (from "server1") in the "/mnt" local directory, using the
username "tux" Correct Ans-# mount -t cifs -o username=tux //server1/data /mnt
What line should you add to "fstab" in "server2" to mount, in "/import/samba", the Samba
"data" share from "server1"? Correct Ans-//server1/data /import/samba cifs
defaults,credentialsfile=/etc/samba/data-credentials 0 0
List Snapshots Correct Ans-# snapper list
Locate Snapshots in the system Correct Ans-# mount | grep snapshot
Create a timeline snapshot called "my snapshot" Correct Ans-# snapper create --cleanup-
algorithm timeline --description "my snapshot"
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller ExamRoom. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $11.99. You're not tied to anything after your purchase.