Introduction to Linux Administration Lab 5 – User Administration Points : 15 Use the command line functions to carry out this assignment. 1. Create an account for the person in your row, as well as for me. Use their Transy ID names. For example, mine should be mlevan. Set my user ID to 1000. Set the password to be Linux2005. Let your partner pick their password. 2. Set up a limit to how much space these two new users can have in their home directory. Make the quota 100MB for both new users. Note that you will have to do a little research on your own to get this done. 3. Make a new group called TRANSY. Place the three regular users on your workstation into this group. Set the group ID to 666. 4. Create a new directory in /home called Pioneer, and make the directory owned by the TRANSY group. 5. Have mlevan create a file in the Pioneer directory that has permissions -rwxrwx--- . Make sure the file is owned by the group TRANSY. 6. Disable the mlevan account.