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

what is the use of / in RhEL 5 ?

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:

Linux questions and answers

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.


Linux eBooks FREE Download