Difference: LinuxSystem (6 vs. 7)

Revision 72017-09-07 - uli

Line: 1 to 1
 
META TOPICPARENT name="CourseExercises"

Exercises 1: Discovering Linux

Goal:

Line: 29 to 29
 Open a LibreOffice document and write down what you have done. Save this document under the name $HOME/exercises/doc/exercise_1.odt. Continue to document you work during this exercise such that at the end of the exercise session you have a document describing all your work.

Exercise 3: Environment variables and shell startup

Changed:
<
<
Have a look at all environment variables defined (printenv). What are the values of HOME, PATH, LANGUAGE, LOG_NAME?
>
>
Have a look at all environment variables defined (printenv). What are the values of HOME, PATH, LANGUAGE, LOGNAME?
  To get the value of an environment variable print it (echo command) with a $ in front (e.g. echo $HOME).
Line: 49 to 49
  Now create a new environment variable MY_VARIABLE:
Changed:
<
<
export MY_VARIABLE=It’s_Me\! and print it. Get rid of it using unset.
>
>
export MY_VARIABLE=It\’s_Me\! and print it. Get rid of it using unset. (You need the "\" to make sure bash does not interpret the characters following the \, you escape the interpretation)
 

Exercise 4: Redirection and pipes

To each executable 3 input output channels are associated:

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback