月別アーカイブ: 2016年3月

Create 501 user for Read-only cdrom

sudo adduser –uid 501 tmpuser;

sudo passwd tmpuser;

restart and login as tmpuser; (not listed on login screen because uid is less than 1000, but you can go ahead).

You can change neither permission nor ownership of files on the cdrom because you cannot change the cdrom’s  file system, but you can copy files to somewhere where you can do anything.

 

cron set

1. Check crond:

[info] Usage: /etc/init.d/cron {start|stop|status|restart|reload|force-reload}.

/etc/init.d/cron status;

2. crontab -u root -e;    you will be promted to select editor. follow it;

3. create ip_update.log & ip_update.log and chmod appropriately.