On Saturday 19 March 2005 11:42, Irena and Richard Jenkins wrote: > Recent experience with several different versions of linux (ppc and x86) > has been that the number of "coasters'" produced went down when you write > cd's as 'root'. It's been our choice to run them as root because that > gives you the highest priority when it comes to slices of cpu power. All > users of the cd-writer must therefore know the root password ... and give > it prior to starting the process. This is true for CLI or xwindows writing > ... so it bears thinking about. > > Richard
Well, if root priviliges are required for better writing performance, I think it is still better to setup a good sudo configuration than to pass the root password to every user. With sudo, you can define which user can perform which actions as root, without the need of passing the root password. Instead the user passes his own password. See man sudo and man sudoers for more details. That's probably the safer route. Cheers, Geert Jan _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
