kernel drivers

Can you tell me differences between the following sysvinit /sbin/service command:

service httpd restart

service httpd condrestart

service httpd reload

{ 0 comments }

We have over 20+ Dell Precision M6400 laptops pre installed with Red Hat Enterprise Linux version 5.x. I was asked to disable Wi-Fi on all laptops as it poses a serious security risk to our sensitive (classified) systems and networks. How do I disable wireless networking (802.11) under Linux?

{ 9 comments }

In our research lab I’d like to disable all USB devices connected to our HP Red Hat Linux based workstations. I’d like to disable USB flash or hard drives, which users can use with physical access to a system to quickly copy sensitive data from it. How do I disable USB device support under RHEL 5.x workstation operating systems?

{ 27 comments }

Linux Load USB Driver

by Vivek Gite on January 6, 2009 · 0 comments

How do I load USB driver under Linux operating system using the command prompt?

{ 0 comments }

Q. How do I find out what Linux kernel drivers and loaded by my Linux distribution? How do I list device drivers (modules) loaded in memory? A. Under Linux use the file /proc/modules shows what kernel modules (drivers) are currently loaded. lsmod command You need to use lsmod command to show the status of modules [...]

{ 5 comments }