Q. Can you tell me exact location of Linux kernel driver under Linux file system? Where to find all available modules?
{ 0 comments }
FAQ tagged as:
Q. Can you tell me exact location of Linux kernel driver under Linux file system? Where to find all available modules?
{ 0 comments }
Q. Can you explain the term relative pathname under UNIX or Linux oses?
A. The relative pathnames are opposite to absolute pathname. A reative pathname does not begin with a slash ( / ). Generally you specifies location relative to your current working directory. This is most useful to short a path name. For example if [...]
{ 0 comments }
Q. Can you explain the term absolute pathname under UNIX or Linux oses?
A. An absolute pathname, is the location of a filesystem object relative to the root directory. All absolute pathnames always begin with a slash (/). With Absolute pathname you have access to complete file system objects such as directories and files.
Absolute [...]
{ 0 comments }