Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Linux Security and Hardening

You're reading from   Mastering Linux Security and Hardening Protect your Linux systems from intruders, malware attacks, and other cyber threats

Arrow left icon
Product type Paperback
Published in Feb 2020
Publisher
ISBN-13 9781838981778
Length 666 pages
Edition 2nd Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Donald A. Tevault Donald A. Tevault
Author Profile Icon Donald A. Tevault
Donald A. Tevault
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Preface 1. Section 1: Setting up a Secure Linux System
2. Running Linux in a Virtual Environment FREE CHAPTER 3. Securing User Accounts 4. Securing Your Server with a Firewall - Part 1 5. Securing Your Server with a Firewall - Part 2 6. Encryption Technologies 7. SSH Hardening 8. Section 2: Mastering File and Directory Access Control (DAC)
9. Mastering Discretionary Access Control 10. Access Control Lists and Shared Directory Management 11. Section 3: Advanced System Hardening Techniques
12. Implementing Mandatory Access Control with SELinux and AppArmor 13. Kernel Hardening and Process Isolation 14. Scanning, Auditing, and Hardening 15. Logging and Log Security 16. Vulnerability Scanning and Intrusion Detection 17. Security Tips and Tricks for the Busy Bee 18. Assessments 19. Other Books You May Enjoy

Questions

  1. Which of the following partition mount options would prevent setting the SUID and SGID permissions on files?
    A. nosgid
    B. noexec
    C. nosuid
    D. nouser
  1. Which of the following represents a file with read and write permissions for the user and the group, and read-only permissions for others?
    A. 775
    B. 554
    C. 660
    D. 664
  2. You want to change the ownership and group association of the somefile.txt file to Maggie. Which of the following commands would do that?
    A. sudo chown maggie somefile.txt
    B. sudo chown :maggie somefile.txt
    C. sudo chown maggie: somefile.txt
    D. sudo chown :maggie: somefile.txt
  3. Which of the following is the numerical value for the SGID permission?
    A. 6000
    B. 2000
    C. 4000
    D. 1000
  4. Which command would you use to view the extended attributes of a file?
    A. lsattr
    B. ls -a
    C. ls -l
    D. chattr
  5. Which of the following commands would search through the entire filesystem...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime