Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...) StartingPoints has more info.
UNIX
Unix Concepts
Alias Allows you to save time when using a command for which you always want to use the same arguments
- example: want color output for grep command
- to set an alias for this session only, see alias command in UnixCommands
- to permanently set an alias for a command, you will need to add the alias to your
.bashrc file
Symbolic (Soft) and Hard Links hard links
symbolic links
-- RobertSajan - 14 May 2008
|