Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cronjob in termux

// install cronjob
pkg install cronie termux-services

// create your job using you text editor
crontab -e

// check crond (script which responsible for task scheduling) (firsttime)
pidof

// start contab for exicution
crond 

// if you get error (this may happen when you start crond without providing any task or already you schedulled a job)
go to the file location given ion error and delet that file (crond.pid)
Comment

PREVIOUS NEXT
Code Example
Shell :: download composer version 1.6.5 
Shell :: nvm change version 
Shell :: deleting index.lock 
Shell :: Pull Ubuntu image 
Shell :: Brave on OpenSUSE 
Shell :: immutable byte 
Shell :: sudo apt update not working 
Shell :: how to run tar.gz file in linux 
Shell :: redis-server specify port 
Shell :: online c compiler with working fork 
Shell :: Encountered error while trying to install package. psycopg2 
Shell :: github bullet points 
Shell :: recursively change file permissions linux 
Shell :: install rtools rstudio 
Shell :: rename multiple files mac terminal 
Shell :: revert changes to all files of a type git 
Shell :: how to install pandas 
Shell :: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ 
Shell :: latte dock application launcher shortcut 
Shell :: yarn change version 
Shell :: trimspace in bact file 
Shell :: arrow folder file github 
Shell :: httrack 
Shell :: install material table formik 
Shell :: ubuntu rename all files lowercase commands 
Shell :: git merge master to branch 
Shell :: install of the kali wsl desktop 
Shell :: install python mac m1 
Shell :: change git repository commmand 
Shell :: remove old docker installs linux mint 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =