web quiz 1
In which operating System(s) does FILEZILLA work?
- Ubuntu 16.04 - OS X - Windows 10
In which operating System(s) does WINSCP work?
- Windows 7 - Windows 10
In Ubuntu, what will this code do: . . / . . / . . / chmod 755
it will give us an error
What is the name of the folder to place all your programs and folders for your website in this class
public_html
Using a hyperlink named page 3, call the program located at includes/page3.html
- <a href="includes/page3.html"> page 3 - <a href="includes/page3.html"> page 3> page 3 </a>
Name the MAIN two sections of HTML that we have learned in this class
- <head> and <body> - <head> </head> and <body> </body>
What does the FILEZILLA program do?
- It allows to give read access rights to all files - Allows you to Upload/Download folders/files to/from google - It allows you to list all files found at the public_html folder - Allows you to Create/ Delete/Upload/Download folders/files to/from your FIU server
What does the WINSCP program do?
- It allows to give read access rights to all files - Allows you to Upload/Download folders/files to/from google - It allows you to list all files found at the public_html folder - Allows you to Create/Delete/Upload/Download folders/files to/from your FIU server
What is the difference between paragraphs and breaks?
- Paragraphs command <p> adds a <br> command at the end of the paragraph, break is one <br> - Breaks terminates a text line and moves cursor to the next line. - Paragraphs terminates a text paragraph and adds a break command at the end. breaks terminate a text line and moves cursor to the next line.
In which operating systems does Putty work?
- Ubuntu 16.04 - Windows 7 - OS X - Windows 10