davidmytton Asked: 2009-08-04 03:25:51 +0800 CST2009-08-04 03:25:51 +0800 CST 2009-08-04 03:25:51 +0800 CST What are the correct permissions for /etc/init.d/ scripts? 772 What are the correct permissions for /etc/init.d/ scripts and what chmod options sets them? linux startup init 1 Answers Voted Best Answer LapTop006 2009-08-04T03:27:56+08:002009-08-04T03:27:56+08:00 The common set is simply 755 even though only root should be running them. So: chmod 0755 <file>
The common set is simply 755 even though only root should be running them.
So: