Linux Tips: Run Crontab / Cronjob every 10 Minutes or every 5 minutes
\
*/10 * * * * /path/to/command
*/05 * * * * /path/to/command
linux / unix find size of a folder
to find folder size easy way is to check with du command
du - sch
or you want to see file size of each item inside folder
du -ach
No comments:
Post a Comment