Where would you define an alias so that it is available each time you log in?

What will be an ideal response?

Put the alias in the .bashrc or .bash_aliases (available on only some distri-
butions) file in your home directory.

Computer Science & Information Technology

You might also like to view...

The ________ data type holds items that can have one of two possible values

A) Number B) Yes/No C) Memo D) Text

Computer Science & Information Technology

Failing to return a value from a non-void method ________.

a) is a syntax error b) causes the application to fail c) causes the method to return the default value for the return-type d) causes the method to return the value 0 e) None of the above.

Computer Science & Information Technology