InterviewSolution
Saved Bookmarks
| 1. |
What Are The Rules For Naming A Network Interface Card (nic) Device Driver? |
|
Answer» Naming of the NIC DEVICE driver has the FOLLOWING CONSTRAINTS: The name can contain alphanumeric and underscore (_) characters only The FIRST and LAST characters of the name cannot be a number The name length cannot exceed 16 characters. The recommended length is 3–8 characters Naming of the NIC device driver has the following constraints: The name can contain alphanumeric and underscore (_) characters only The first and last characters of the name cannot be a number The name length cannot exceed 16 characters. The recommended length is 3–8 characters |
|