Final Exam Flashcards
To organize network cabling, a network use _____________
Structured cabling
What is the fancy name for the wiring closet?
Intermediate DIstribution Facility
This is a set of network closets and wiring that brings network connectivity out to the desktops
Intermediate Distribution Facility
This requires to be physically protected
Intermediate Distribution Facility
What are the USENIX / LISA / LOPSA Code of Ethics for System Administrators?
Professionalism
Personal Integrity
Privacy
Laws and Policies
Communication
System Integrity
Education
Responsibility to Computing Community
Social Responsibility
Ethical Responsibility
What are Linux Distributions?
These are operating systems that share the same Linux Kernel, buy differ by the set of tools, applications, and package managers that they come with
Linux distros may come in?
Readily compiled or in code form
What are the some common distros?
Red Hat - Built to be more suited for use on servers
Open SUSE - Targetted for software developers and system administrators
Debian - Community backed distribution which directly supports several non-intel / AMD platforms
Ubuntu - Most popular desktop / server distro derived from Debian
Android - Uses the Linux kernel, but lacks support for many tools
These can be used to specify patterns to match filenames in a directory
Metacharacters also referred as wildcards
Metacharacters are interpreted by the shells first before running a command [True or false]
True
This command shutdowns or reboots the system
shutdown [time] [message]
Linux has a built-in account called?
Root
This is the account that is the super user in a Linux system
Root account
What is the user ID of the root account in /etc/passwd file?
o
How do you add a user as a sudoer?
by adding them in the sudo list
What is cron?
It allows an administrator or user to setup a program or application to be executed by the system at a specific time
The root account has automatic access to the ‘cron’ utility [True or false]
True
The ________ permission prevents non-root, non-owners from deleting a file or directory
Sticky bit permission
How would you know if sticky bit permission is enabled in a directory or file?
list them and has ‘t’
a web server provides support _____________
HTTP (Hyper Text Transfer Protocol)
________ is a set of rules for communication between two computers
Protocol
_________ is a textual, stateless protcol
HTTP
This refers to all commands are plain text and human-readable
Textual
This refers to neither the server nor the client remember previous communications
Stateless