Open main menu

CDOT Wiki β

Changes

Tutorial 1: Using Your Matrix Server Account

370 bytes added, 20:33, 4 September 2023
no edit summary
{{Admon/caution|DO NOT USE THIS VERSION OF THE LAB. This page will no longer be updated.|'''New version here:''' https://seneca-ictoer.github.io/ULI101/A-Tutorials/tutorial1<br />'''Andrew's students please go here:''' http://wiki.littlesvr.ca/wiki/OPS145_Lab_1}}
=USING YOUR MATRIX SERVER ACCOUNT=
===Main Objectives of this Tutorial===
=INVESTIGATION 1: ACCESSING YOUR MATRIX LINUX ACCOUNT=
 <span style="color:red;">'''{{Admon/important|ATTENTION''': This online weekly tutorial will be required to must be completed by '''Friday at 11:59pm in week Week 2 by midnight''' to obtain a grade of '''2%''' towards this course</span><br><br>.|It is essential that you complete these Weekly Tutorials fully and on time. These are your major learning tool in the course. There are no late marks.}}
In this section, you will learn how to access your Matrix Linux account by two different methods:
:* From your '''home computer''' <br>
:* From a '''workstation in a Seneca College''' lab via '''MyApps'''
 
===METHOD 1: CONNECTING TO YOUR MATRIX ACCOUNT FROM YOUR HOME COMPUTER===
# Issue the following Linux command to confirm your current location: <span style="font-family:courier;color:blue;font-weight:bold">pwd</span>
#* '''Question:''' What do you notice?
#* '''Question:''' What makes this command with that argument useful if you are current currently located in your home directory?
# Issue the following Linux command: <span style="font-family:courier;color:blue;font-weight:bold">clear</span>
#* '''Question:''' What do you notice? Why is this command helpful?
#* '''Question:''' How does this ''pipeline command'' make it easier to obtain information regarding man command?
# If you wish to change your password on typical Linux systems, you can by issuing the command: <span style="font-family:courier;color:blue;font-weight:bold">passwd</span>
#* '''WARNING:''' {{Admon/caution|Do '''NOT''' run the ''<code>passwd'' </code> command on Matrix. !|Unique for to this college, your Linux password is changed automatically when you change your '''myseneca''' password.}}
#* '''Question:''' What option for the ''passwd'' command can be used to change user info (such as name)?
#* '''Hint:''' use the '''man''' command for '''passwd'''.