1. Create an FTP account <your name>. under the domain domain_name using command line.
Login to FTP using terminal and show the screenshots
2. Give the commands for the following
i. update FTP quota
ii. change the password of an FTP account
3. Upload and download files via FTP through the terminal. Once the above task is done, checthe
corresponding log in the FTP log and attach the screenshot
4. Create a database with your name and create a table in your name under that dataatabase values
are as follows
+--------+-------+
| name | age |
+--------+-------+
| philip | 35 |
| steve | 29 |
| jack | 30 |
+--------+-------+
Show the sceenshots
5. Create a MySQL user in your name and grant all privileges to your database. Show the
privileges for that user and log in to MySQL using your user. Show the screenshots.
6. Take a backup of your database using the command line and restore it to another database
named <yourname1>. Show the screenshots.