Project aliases and skel files 25 points for everything else Name __________________________ 1. Create a directory called /etc/skel and in it place the files that are typically needed by a user who is a bash user, a vi user who has vi automatically turn on numbering each time that they run it. Place a public_html directory in there with correct permissions so that when we do have a web server it'll already be there. Place a bin directory in there with pubically readable permissions, as well as a directory called private in there which is not publically readable but is readable by the initial group of the user . 2. Give the message when the user logs in "Please be sure you have a Secure password" 3. Make 2 other groups: "csc171" and "documents" we will be using these later. Add smauney and yourself to those 2 groups. 4. Make a user named jason on the system. The user will have the same UID as Jason Stover on shaula. You will make his initial login group be "users" and he will also be in the csc171 group that you have created. The account for jason will be disabled by default. Also add jason to the documents group 5. Make a directory called /var/documents chmod that directory so that it is setgid for the group "documents".