I'm taking Linux/Unix Security and Linux System Administration at the same time, and I'm struggling with the very first assignment. I can log into the school server through SSH, but I'm not sure how to create the required personal webpage. I've been taking notes and reviewing the course materials, but they seem to assume I already know the process from an earlier class. The instructions say that, after connecting, I should use the available commands to create a personal webpage and then submit its link to prove I accessed my account. I'm feeling overwhelmed because I can't find the actual step-by-step procedure. Where should I begin?
4 Answers
This sounds like an introductory HTML-and-terminal task. You’ll probably need to create an HTML file with a text editor available on the server, save it in the directory used for public webpages, and then open the corresponding web address in a browser. The exact folder, filename, and URL depend on how the school configured its server, so check the course documentation for terms like “public_html,” “web directory,” or “personal page.”
Since the instructor hasn’t responded, contact the teaching assistant, department office, or whoever administers the school server. The phrase “commands available” suggests there may be a school-specific setup or helper command that students are expected to use, and guessing could put the file in the wrong location. Include the exact assignment wording and mention that you can connect through SSH but don’t know where the webpage should be created.
A practical first step is to record what happens when you run simple commands such as checking your current directory and listing its contents. Look for a provided guide, sample files, or directories related to web hosting. If you find a template, copy it and edit the copy rather than changing anything important. Keep notes of each command and any error messages so someone helping you can identify the missing step.
Look closely at the assignment rubric or submission instructions first. They may specify the required filename, page contents, or URL format even if they don’t spell out every command. Once you know the expected result, use basic shell commands to inspect your account and directories, then create a simple HTML page with a terminal text editor. Don’t worry about making it fancy—the assignment may only be checking that your account and web space work.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux