SUSE Linux Enterprise users need to know how to configure software, hardware, and system settings using YaST in its various modes. This exercise will help identify the different modes of YaST, and provide an opportunity to use each of those modes for performing tasks. This will help determining which mode would be best to use for whatever tasks need to be performed.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Use YaST to Modify the System Timezone
Start up YaST in an ncurses text interface:
yast
Arrow down to System in the left menu, then press
Tab
to get over onto the right-hand side. Now arrow down to Date and Time and pressEnter
.On the next screen, arrow down to Global, press
Tab
, and then arrow down (we should be in the right-hand menu now) to Zulu.Press
F10
to confirm the change and get dropped back to the main YaST Control Center menu.To get out, press
F9
.Confirm the changes with:
timedatectl
The output should indicate the Zulu timezone.
- Use Command-Line YaST to Set and Confirm the System Timezone is Mountain (Denver) time
- To see the current timezone, run:
yast timezone summary
- And then to set the time zone from the command line, we’ve got to run this:
yast timezone list
- That will show us our choices.
- In the list that shows up, the important part is always the first part of the line. We want Mountain (Denver) time, so let’s copy the text below:
America/Denver
- Now, to actually set the timezone, run:
yast timezone set 'timezone=America/Denver'
- Now, if we run:
yast timezone summary
- We’ll see that the change has taken effect.
- To see the current timezone, run: