Changes

Jump to: navigation, search

Tutorial8: Links / Process Management

8 bytes added, 09:05, 6 February 2020
INVESTIGATION 3: ALIASES / COMMAND HISTORY
<br>
In this section, you will learn how to manage aliases and view and access Linux command history on your Matrix account.
# Make certain that you are logged into your Matrix account.<br><br>
# Issue the following Linux command: <span style="color:blue;font-family:courier;font-weight:bold">alias</span><br><br>Take a few moments to view existing aliases that have previously been declared.<br>Take a few moments to run those aliases to see what happens.<br><br>
# Issue the following to create an alias: <span style="color:blue;font-family:courier;font-weight:bold">alias lslal='ls -al'</span><br><br># Run this the alias '''lal''' to see what it does.<br><br>
# Issue the following to create another alias (lowercase l and h):<br><span style="color:blue;font-family:courier;font-weight:bold">alias lh='ls --human-readable --size -1 -S --classify'</span><br><br>
# Issue the '''alias''' command without any arguments to confirm that it is stored in memory.<br><br>
13,420
edits

Navigation menu