POS 433 Week 2 Linux® Directory Log

0 items
POS 433 Week 2 Linux® Directory Log
POS 433 Week 2 Linux® Directory Log
$6.99
Year: 2015
  • Description

POS 433 Week 2 Linux® Directory Log

Instructions

Assignment Preparation: Activities include completing the SkillSoft course above, independent student reading, and research.

 Assignment: Complete the University of Phoenix Material: Linux® Directory Log located on the student website.

Linux® Directory Log

 

To: <Insert your facilitator’s name>

From: <Insert your name>

Date: <Insert the date (XX/XX/XXXX)>

 

Directions: As you complete each of the following steps, keep track of what occurs at each point, including what you type, the output given, and if you experience any errors. Record the occurrences in the following matrix.

 

  1. Open a terminal.

 

  1. Create a new group called mygroup. Hint: /usr/sbin/groupadd.

 

  1. Create a new folder and name it your first name.

 

  1. Get a directory listing of the home folder using the long listing format.

 

  1. Modify the permissions on your new folder to set read, write, and execute permissions for the user and group.

 

  1. Get a directory listing of the new folder using the long listing and human readable format. (ls –lh)

 

  1. Use Gedit or VI to create two files (txt and myfile2.txt) and save them in the new folder. Add a paragraph of your own liking to each file.

 

  1. Get a regular format directory listing of the new folder.

 

  1. Change the ownership of txt so the owner is mygroup and the group is mygroup.

 

  1. Get a directory listing of the new folder using the long listing and human readable format.

 

  1. Change the permissions on txt using the following: user:read and write, group:read and write, and owner: read, write, and execute. Set the sticky bit. Use Octal s to set these.

 

  1. Get a directory listing of the new folder using the long listing and human readable format.