How do I delete all files and folders stored in /home/jerry/movies directories under Linux operating systems?
{ 0 comments }
How do I delete all files and folders stored in /home/jerry/movies directories under Linux operating systems?
{ 0 comments }
Can you tell me an exact location of Linux kernel driver under Linux file system? Where to find all available modules under Linux operating systems?
{ 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 [...]
{ 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 }