Open main menu

CDOT Wiki β

Changes

Tutorial 1: Using Your Matrix Server Account

12 bytes added, 16:56, 2 January 2020
Part 1: Using the Linux Shell
# Navigate through the man utility for the '''ls''' Linux command and note the option letters that correspond to the following:<br><ul><li>Include directory entries whose names begin with a dot</li><li>List in long format</li><li>Recursively list subdirectories encountered</li><li>Sort files by size</li><li>Display a slash (`/') immediately after each pathname that is a directory</li></ul><br>
# Exit the man utility for the ls command.<br><br>
# Issue the ls command for each of those option letters you wrote down to see how this command differs for each option.<br><br>NOTE: The '''man ''' utility can be used with the '''-k ''' option to help list Linux commands that match a text pattern that is contained within the help screen for a Linux command.<br><br>
# Although we will not be learning about pipeline commands (using the | character) until later, try issuing the following pipeline command: <span style="color:blue;font-weight:bold">man -k copy | grep 8</span><br>How this this pipeline command make it easier to obtain information regarding man command?<br><br>
13,420
edits