Techtrekking

Ubuntu My Notes

By Pravin

on Startup

sudo apt update -y sudo apt upgrade -y

Timezone

timedatectl

change timezone

sudo timedatectl set-timezone Asia/Kolkata

services

sudo service cron status sudo service cron start sudo service cron stop sudo service cron restart sudo service cron reload `` or you can use ```sh sudo systemctl status cron sudo systemctl start cron sudo systemctl stop cron sudo systemctl reload cron sudo systemctl restart cron
Comments
No comments yet. Be the first to comment!
Leave a Comment
Your comment will be visible after approval.