Lab 11

docx

School

San Antonio College *

*We aren’t endorsed by this school

Course

2325

Subject

Information Systems

Date

Apr 3, 2024

Type

docx

Pages

3

Uploaded by BaronRiver11822

Report
Lab 11.1 – Task 1 Install vsftpd 1. Update the package manager: sudo dnf update 2. Install vsftpd: sudo dnf install vsftpd
3. Enable the vsftpd service: sudo systemctl enable vsftpd 4. Start the vsftpd service: sudo systemctl start vsftpd 5. You can verify it started by using the Sudo systemctl status vsftpd command Install httpd 1. Install httpd: sudo yum install httpd 2. Enable the httpd service: sudo systemctl enable httpd 3. Start the httpd service: sudo systemctl start httpd
Lab 11.1 – Task 2 Set the default systemctl editor to vim. 1. Ensure you have the permissions to edit the /etc/system/system/system.conf file 2. Ls -l /etc/system/ 3. Open the systemctl configuration file: sudo vim /etc/systemd/system.conf 4. Set the permissions for the /etc/system/system.conf file. chmod 777 /etc/system/system.conf 2. Find the line that begins with Editor= and change its value to vim: Editor=vim 3. Save the file and close the editor. 4. Reload the systemctl configuration: sudo systemctl daemon-reload
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help