pwd command

Delete All Files And Folders In Linux

by Vivek Gite on July 3, 2009 · 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 }

Understanding Linux / UNIX Relative Pathname

by Vivek Gite on August 15, 2007 · 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 }

UNIX / Linux: Absolute Pathnames

by Vivek Gite on July 1, 2007 · 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 }

Q. How do I display the absolute path to the current working directory under Linux or UNIX operating system? A. The pwd command displays the absolute pathname of the current working directory to the computer screen. Print name of current/working directory Type pwd command: pwd Output: /home/vivek Above command print the full filename of the [...]

{ 2 comments }