Aji’s Journal

August 13, 2006

Hard Disk on Linux

Filed under: Information Technology, Linux System — admin @ 9:04 pm

FSTAB MOUNTING

/dev/hda5 /mnt/warehouse vfat rw,uid=500,gid=500 0 0
/dev/hda6 /mnt/overload vfat rw,uid=500,gid=500 0 0

Mode read write untuk user uid=500

0 terakhir berari file system tidak ada dicek integritasnya saat booting.

CHECK HARD DISK HEALTH PERIODICALLAY

Filesystem will be automatically checked every 23 mounts or180 days, whichever comes first.  Use tune2fs -c or -i to override.

August 10, 2006

Scheduling a Repetitive System Event (cron)

Filed under: Information Technology, Linux System — admin @ 8:53 am

Inside a crontab File

The cron daemon schedules system events according to commands found within each crontab file. A crontab file consists of commands, one per line, that will be executed at regular intervals. The beginning of each line contains date and time information that tells the cron daemon when to execute the command.
(more…)

Powered by WordPress