Canvas Questions Flashcards
What is OWASP?
Open Web Application Security Project.
What is TelNet Used for?
Issuing commands to a remote computer
SSH- Secure Socket
Which tool will this script use to alter file permissions?
icacls
Which SQL command is used to query a relational database?
SELECT
Which HTTP command is used when sending data from back to the server?
POST
Which is used to update information in an SQL database?
UPDATE
Which utilities can be used to schedule automate tasks in both Windows and Linux?
Task Scheduler + Cron
What is the correct syntax for searching files in Linux for a particular string
grep
What is the default output device for scripts in PowerShell?
Terminal
What number base is used in MIME?
64
If. Else if and else are examples of which type of programming construct?
Selection
What command will list all the processes running on a Linux machine?
ps-aux
What software development methodologies involves creation of a rough copy for customer approval prior to full development work occurring?
Prototyping
Which command is used to locate a particular file
find
Which Linux command is used to copy files?
cp