Exam C Flashcards
CompTIA A+ 220-1102 Exam Criteria
A Windows administrator would like to query the local DNS server to view the IP address for www.professormesser.com. Use a command line utility to view this information
C:\nslookup www.professormesser.com.au
Linux Command - mv
Rename a directory
The mv (move) command is used to “move” a file from one location to another,
or from one name to another.
Linux command - pwd
Display the current working directory path
The pwd (Print Working Directory) command will display the current working directory path.
Linux Command - chmod
Make a file read-only
The chmod (Change Mode) command allows the user to change the access (mode) of a file to read, write, execute, or a combination of those permissions.
Linux Command - man
View the documentation for a command
The man (manual) command is used to view documentation for a Linux command or utility
Linux Command - cat
Combine two files into a single document
The cat (concatenate) utility is used to link files together in a series. This can be used to view multiple files to the screen or to save multiple files into one single large file.
Linux Command -chown
Modify the owner of a file
The chown (Change Owner) command is used to modify the file owner or group owner assignment.
Linux command- Sudo
Run a program with elevated permissions
. A user has contacted the help desk because they are not able to browse any websites. The technician suspects a fault with the server that converts fully qualified domain names to IP addresses. What command line would confirm connectivity to this server?
C:>ping 9.9.9.9
The device that converts between fully qualified domain names and IP addresses is the DNS (Domain Name System) server. The nslookup results show the configured DNS server is located at 9.9.9.9, and the ping command is the easiest way to confirm the connectivity of the device.
Linux file system?
The ext4 file system (Fourth extended file system) is commonly associated with Linux and the Android operating systems.
Flash drives file system?
exFAT (Extended File Allocation Table) is a Microsoft file system designed for USB flash drives and similar removable flash storage
Windows file system?
The Windows operating system runs optimally using the NTFS (NT File System), and most Windows devices will be configured with NTFS by default.
macOS file system?
The APFS (Apple File System) is optimized for solid-state storage devices and include support for encryption, snapshots, and increased data integrity.
Describe User Account and its function?
The User Accounts applet is used to modify user rights, passwords, certificate
information, and more
Describe File ExplorerOptions and its function?
Disable indexing of system directories
The Windows 10 File Explorer Options control the general operation of File Explorer, the file viewing options, and search engine configurations.
Describe Indexing options and its functions?
Customize the search process
The Indexing Options can speed up the search process by customizing specific folders and locations to be indexed.
Describe Device manager and its functions?
Disable a USB audio controller
Device Manager is the central management view of all hardware and devices connected to the system. All device drivers can be enabled and disabled from the Device Manager applet.