I want to add Travis Scott and give him administrative access to my computer. Where do I go in the Control Panel?
What is Control Panel > User Accounts?
What tool do I use to see a log of all the failed login attempts on my computer? Optionally what log
What is Event Viewer > Security?
What command do you use to you add and delete the user Ariana Grande?
What is deluser/userdelor adduser/useradd?
What command(s) helps to show a list of contents of a file and more information?
Who is ls -l?
What command(s) allows you to view the the file that contains username, home directory, shell, user id, group id for user fermat
What is cat /etc/password or
genet passwd fermat?
I want to disable the Guest user and enable the Administrator account which is disabled by default. Where do I go for that?
What is MMC > Local Users and Groups?
What tool do I use to edit the Audit Policy?
What is Local Security Policy?
How to you add and delete a group called lit and add Lebron to it?
What is groupadd/groupdel gpassword -a password -d?
In this output, what permission does the owner have and who is the owner?
- r w x r - x- - - 1 nobody nogroup hangnails.txt
Who is read and write and nobody?
What commands(s) allows you to see the file of members of a group named cantor?
What is cat /etc/group or
groups cantor or
getent group users?
The CPU is running at 100% what tool do I use to see what program and Services are causing this?
What is Task Manager?
If I want to block remote connection from coming through a port on my computer what tool do I use?
What is Control Panel > System and Security > Windows Firewall?
What file allows you to disable the guest user?
Who is lightdm.conf?
What does this command do?
echo “You’re my best friend!” > world
What is it add the words to the file world.
What command(s) do you use to change the user named Gina’s password then check to see if it’s been changed in the shadow file?
What is passwd Gina, genet password gina OR cat /etc/shadow
Where do I go to uninstall a program?
What is Control Panel > Program and Features or Settings > Apps > Apps and Features?
To enable the auditing (success/failure) of when a privileged user makes changes where do I go?
What is Local Security Policy?
What file allows you to make changes to the password policy?
What is login.defs?
What command(s) updates the list of packages and then installs the package apache2?
Who is apt-get update && apt-get upgrade apache2
What command(s) give the user cyber patriot ownership and Rex permissions to cyberpatriot.txt file?
Who is chown cyberpatriot cyberpatriot.txt, chmod u+rwx
What tool controls security settings/policies such as change password policy on a users computer within a network?
What is Control Panel > System and Security > Administrative Tools > Local Security Policy?
Where do you go to determine if your computer has recently had the newest updates applied?
Who is Settings > Update & Security > Windows updates?
What tool lets you look at a log of authentication events?
What is System Log
What command(s) uninstall the list of the package cups AND removes configuration files?
Who is apt-get purge cup or apt-get autoremove cups
What package(s) can you install for enabling auditing and disabling services?
sudo apt-get install audits
sudo apt-get install bum