Podcast
Questions and Answers
The matrix cluster is located at the York campus of Seneca Polytechnic
The matrix cluster is located at the York campus of Seneca Polytechnic
False
You can connect to matrix from any off-campus location without using the Seneca VPN
You can connect to matrix from any off-campus location without using the Seneca VPN
False
SSH stands for Secure Shell Protocol
SSH stands for Secure Shell Protocol
False
The ssh command provides unencrypted communications over a network connection
The ssh command provides unencrypted communications over a network connection
Signup and view all the answers
Web access is not allowed to matrix from off-campus locations
Web access is not allowed to matrix from off-campus locations
Signup and view all the answers
When connecting to matrix.senecapolytechnic.ca, the Port number should be 23.
When connecting to matrix.senecapolytechnic.ca, the Port number should be 23.
Signup and view all the answers
The username for logging into matrix.senecapolytechnic.ca is the same as the username for logging into my.senecacollege.ca.
The username for logging into matrix.senecapolytechnic.ca is the same as the username for logging into my.senecacollege.ca.
Signup and view all the answers
CAPS LOCK should be enabled when entering the username for matrix.senecapolytechnic.ca.
CAPS LOCK should be enabled when entering the username for matrix.senecapolytechnic.ca.
Signup and view all the answers
PuTTY is a SSH client available for MacOS and Linux only.
PuTTY is a SSH client available for MacOS and Linux only.
Signup and view all the answers
The SSH protocol is used for unencrypted remote login.
The SSH protocol is used for unencrypted remote login.
Signup and view all the answers
The command ssh [email protected]
is used to connect to the matrix using a third-party SSH client.
The command ssh [email protected]
is used to connect to the matrix using a third-party SSH client.
Signup and view all the answers
PuTTY is a third-party SSH client that can be used to connect to the matrix.
PuTTY is a third-party SSH client that can be used to connect to the matrix.
Signup and view all the answers
You need to type no
when prompted to confirm the fingerprint of matrix during the first connection.
You need to type no
when prompted to confirm the fingerprint of matrix during the first connection.
Signup and view all the answers
The ssh
command is used to encrypt communications between the client and the server.
The ssh
command is used to encrypt communications between the client and the server.
Signup and view all the answers
You need to use a third-party SSH client to connect to the matrix from Windows 10 or newer versions.
You need to use a third-party SSH client to connect to the matrix from Windows 10 or newer versions.
Signup and view all the answers
The Ctrl-D command is used to log out from matrix because it means 'end of line'
The Ctrl-D command is used to log out from matrix because it means 'end of line'
Signup and view all the answers
The $ symbol in the Linux command prompt indicates administrator permissions
The $ symbol in the Linux command prompt indicates administrator permissions
Signup and view all the answers
The default command prompt in Linux and Windows is the same
The default command prompt in Linux and Windows is the same
Signup and view all the answers
The exit command is used to disconnect from matrix and close the terminal window
The exit command is used to disconnect from matrix and close the terminal window
Signup and view all the answers
Logging out from matrix using the exit command helps to prevent accidentally leaving a program running
Logging out from matrix using the exit command helps to prevent accidentally leaving a program running
Signup and view all the answers
The SSH protocol provides unencrypted remote login.
The SSH protocol provides unencrypted remote login.
Signup and view all the answers
The username for logging into matrix.senecapolytechnic.ca is different from the username for logging into my.senecacollege.ca.
The username for logging into matrix.senecapolytechnic.ca is different from the username for logging into my.senecacollege.ca.
Signup and view all the answers
PuTTY is a SSH client available for Windows only.
PuTTY is a SSH client available for Windows only.
Signup and view all the answers
CAPS LOCK should be disabled when entering the username for matrix.senecapolytechnic.ca.
CAPS LOCK should be disabled when entering the username for matrix.senecapolytechnic.ca.
Signup and view all the answers
Web access is allowed to matrix from off-campus locations.
Web access is allowed to matrix from off-campus locations.
Signup and view all the answers
The SSH protocol uses encryption to secure remote login connections.
The SSH protocol uses encryption to secure remote login connections.
Signup and view all the answers
PuTTY is a SSH client available only for Windows operating systems.
PuTTY is a SSH client available only for Windows operating systems.
Signup and view all the answers
The ssh
command provides encrypted communications between the client and the server.
The ssh
command provides encrypted communications between the client and the server.
Signup and view all the answers
When connecting to matrix.senecapolytechnic.ca, the Port number should be 22.
When connecting to matrix.senecapolytechnic.ca, the Port number should be 22.
Signup and view all the answers
The username for logging into matrix.senecapolytechnic.ca is different from the username for logging into my.senecacollege.ca.
The username for logging into matrix.senecapolytechnic.ca is different from the username for logging into my.senecacollege.ca.
Signup and view all the answers
The SSH protocol is used for unencrypted remote login.
The SSH protocol is used for unencrypted remote login.
Signup and view all the answers
Web access is allowed to matrix from off-campus locations without a VPN connection.
Web access is allowed to matrix from off-campus locations without a VPN connection.
Signup and view all the answers
CAPS LOCK should be disabled when entering the username for matrix.senecapolytechnic.ca.
CAPS LOCK should be disabled when entering the username for matrix.senecapolytechnic.ca.
Signup and view all the answers
The command ssh [email protected]
is used to connect to the matrix using the default SSH client.
The command ssh [email protected]
is used to connect to the matrix using the default SSH client.
Signup and view all the answers
You need to type yes
when prompted to confirm the fingerprint of matrix during the first connection.
You need to type yes
when prompted to confirm the fingerprint of matrix during the first connection.
Signup and view all the answers
The matrix server is configured to allow users to interact with the Linux OS using a graphical user interface (GUI).
The matrix server is configured to allow users to interact with the Linux OS using a graphical user interface (GUI).
Signup and view all the answers
All lab computers have Linux OS installed on them.
All lab computers have Linux OS installed on them.
Signup and view all the answers
The matrix cluster consists of several computers running Windows OS.
The matrix cluster consists of several computers running Windows OS.
Signup and view all the answers
Only students who are enrolled in the OPS102 course have access to an account on Matrix.
Only students who are enrolled in the OPS102 course have access to an account on Matrix.
Signup and view all the answers
Study Notes
Matrix and Linux Commands
- Matrix is a cluster of computers running CentOS (a version of Linux) at Seneca's Newnham campus.
- To access Matrix, you must be on campus, in a lab, or connected to SenecaNet, or off campus with a VPN connection.
- Web access is allowed, but not command-line login.
- SSH (Secure Shell) is used to connect to Matrix from any Seneca lab workstation or personal computer.
- SSH provides secure, encrypted communications over a network connection.
Connecting to Matrix
- Use the command
ssh [email protected]
to connect to Matrix. - Replace
senecausername
with your actual username. - You will be prompted to confirm the "fingerprint" of Matrix and enter your Seneca password.
- If you encounter an error message, check the error message and try again.
- Remember to log out using the
exit
orlogout
commands or Ctrl-D when finished.
Using PuTTY to Connect to Matrix
- Download and install PuTTY for Windows.
- Run PuTTY with the settings: Host Name:
matrix.senecapolytechnic.ca
, Port:22
, Connection Type:SSH
. - A terminal window will pop up, asking for your username and password.
Connecting to Matrix from MacOS/Linux
- Open the Terminal application and use the command
ssh [email protected]
.
Simple Linux Commands
-
echo
: prints something on the screen. -
cal
: displays the calendar. -
date
: shows the date and time. -
who
: prints information about the currently logged-in user(s). -
whoami
: prints the name of the current user. -
cls
orclear
: clears the terminal screen and shows the prompt in the first line. -
tree
: shows the folder (and file) hierarchy in a tree format. -
dir
orls
: lists information about files and folders.
Hierarchical File Systems
- A file system is a method of organizing and retrieving files efficiently from a storage medium.
- Both Linux and Windows use hierarchical file systems.
- Files are organized in folders and subfolders.
- In Windows, the hierarchy starts from drives (e.g., C:, D:).
- In Linux, the topmost directory is the root (/) and all files and directories appear under root.
Important Notes
- Always log out using the
exit
orlogout
commands or Ctrl-D when finished on Matrix. - Use the
man ascii
command to see the ASCII table. - You can set your prompt to (almost) anything you want in both Windows and Linux.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers the basics of matrix account usage, Linux commands, and file systems, specifically for OPS102 W2C1 course. It also includes information about accessing the matrix cluster at Seneca's Newnham campus.