RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

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.

Share this linux post:

Submit A command retrieve information from the online manuals in Delicious Submit A command retrieve information from the online manuals in Digg Submit A command retrieve information from the online manuals in FaceBook Submit A command retrieve information from the online manuals in Google Bookmarks Submit A command retrieve information from the online manuals in Stumbleupon Submit A command retrieve information from the online manuals in Technorati Submit A command retrieve information from the online manuals in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read 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:

Share this linux post:

Submit what is the use of / in RhEL 5 ? in Delicious Submit what is the use of / in RhEL 5 ? in Digg Submit what is the use of / in RhEL 5 ? in FaceBook Submit what is the use of / in RhEL 5 ? in Google Bookmarks Submit what is the use of / in RhEL 5 ? in Stumbleupon Submit what is the use of / in RhEL 5 ? in Technorati Submit what is the use of / in RhEL 5 ? in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.
Add a comment

Read more: what is the use of / in RhEL 5 ?

   

Page 10 of 10