Changes

Jump to: navigation, search

Tutorial 1: Using Your Matrix Server Account

40 bytes added, 11:35, 4 January 2021
Part 1: Using the Linux Shell
# Issue the following Linux command: <span style="font-family:courier;color:blue;font-weight:bold">ls</span><br><br>What do you notice?<br><br>If there were any files in your home directory, just their file names would be displayed.<br><br>
# Issue the following Linux command: <span style="font-family:courier;color:blue;font-weight:bold">cd /bin</span><br><br>
# Issue the following Linux command to confirm your current location: <span style="font-family:courier;color:blue;font-weight:bold">pwd</span><br><br>
# Issue the following Linux command: <span style="font-family:courier;color:blue;font-weight:bold">ls</span><br><br>What do you notice?<br><br>
# Issue the following Linux command using an '''option''': <span style="font-family:courier;color:blue;font-weight:bold">ls -l</span><br><br>What do you notice?<br><br>The '''-l''' option with the '''ls''' command provides a '''detailed''' ("''long''") listing of files providing more information on a separate line for each file.<br><br>
# Issue the following Linux command to return to your home directory: <span style="font-family:courier;color:blue;font-weight:bold">cd</span><br><br>
# Issue the following Linux command to confirm your current location: <span style="font-family:courier;color:blue;font-weight:bold">pwd</span><br><br>
# Issue the following Linux command: <span style="font-family:courier;color:blue;font-weight:bold">ls /bin</span><br><br>What do you notice? What makes this command with that argument useful if you are current located in your home directory?<br><br>
# Issue a Linux command that you have already learned to confirm that you have returned to your home directory.<br><br>
13,420
edits

Navigation menu