====== Setting the Timezone ====== The timezone is stored in the file ''/etc/timezone''. ===== Check the Timezone ===== cat /etc/timezone Example: # cat /etc/timezone Europe/London ===== Set the Timezone ===== You can use ''vi'': vi /etc/timezone Or set it directy: echo "Europe/Berlin" > /etc/timezone {{tag>linux debian sysadmin cli}}