Linuxconfig.org - Linux Questions and Answers
A command retrieve information from the online manuals
Last Updated on Friday, 01 April 2011 18:27
Question:
A command retrieve information from the online manuals?
Answer:
man command will retrive the online manuals for any give command. For example command
man man
returns the online manual page for a man command itself. Whereas, a linux command
man cat
returns the online manual page for a cat command.
Add a commentRead more: A command retrieve information from the online manuals
what is the use of / in RhEL 5 ?
Last Updated on Friday, 01 April 2011 18:27
Question:
what is the use of / in RhEL 5 ?
Answer:
Apart of the obvious use of / ( forward slash ) as a character, the forward slash represents a top of the file system hierarchy standard called root ( not to be mistaken with root superuser ) . Furthermore, a forward slash is used to separate directories during command line file system navigation.
Example /root/temp :
- first / represents top of the file system hierarchy standard
- second / points to a directory or file within /root/ directory which is in this case temp
There are some points to note from the above example:
- absolute path to a file or directory always begins with /
- if the example above is to be rewritten to /root/temp/ we can tell for certain that temp is a directory and not a file.
The use of forward slash is same for all UNIX like system not just for RHEL5.
Further readings:
Add a commentPage 10 of 10













