Re: which rc file for hdparm commands?
On Thu, 12 Jul 2001, Gladimir wrote:
> Of course, I have no such file on my system, and it would be futile to visit
> all 7 of the rc#.d directories and grep for the hdparm command because that
> command was not on my system until a few moments ago.
This is not true you just:
# cd /etc
# grep -i hdparm *.d/* | less
A handy sysadmin tool to finding where something is set, initialized, launched,
etc. I just use less as it I see the stderr output, but then can page
thru the stdout.
Most normal services/features are commented out in their start files
until the package is installed.
--
rob Live the dream.
Reply to: