Linux Unix Filesystem Hierarchy and Structure

>> Monday, May 9, 2011

Everything in Linux can be reduced to a file. Partitions are associated with files such as /dev/hda1. Hardware components are associated with files such as /dev/modem. Detected devices are documented as files in the /proc directory. The Filesystem Hierarchy Standard (FHS) is the official way to organize files in Unix and Linux directories.

Linux/Unix Filesystems and Directories

Several major directories are associated with all modern Unix/Linux operating systems. These directories organize user files, drivers, kernels, logs, programs, utilities, and more into different categories. The standardization of the FHS makes it easier for users of other Unix-based operating systems to understand the basics of Linux. Every FHS starts with the root directory, also known by its label, the single forward slash (/). All of the other directories shown in Table are subdirectories of the root directory. Unless they are mounted separately, you can also find their files on the same partition as the root directory.

Read more...

RHCE and RHCT Exam Preparation Guide

This guide is obtained from Redhat's official website www.redhat.com.
ComputerNetworkingNotes.com try its level best to keep it up to date but still we suggest you to check Redhat's official site for update before appearing in test.

Study Points for the RHCE Exam

  • use standard command line tools (e.g., ls, cp, mv, rm, tail, cat, etc.) to create, remove, view, and investigate files and directories
  • use grep, sed, and awk to process text streams and files
  • use a terminal-based text editor, such as vim or nano, to modify text files
  • use input/output redirection
  • understand basic principles of TCP/IP networking, including IP addresses, netmasks, and gateways for IPv4 and IPv6
  • use su to switch user accounts
  • use passwd to set passwords
  • use tar, gzip, and bzip2
  • configure an email client on Red Hat Enterprise Linux
  • use text and/or graphical browser to access HTTP/HTTPS URLs
  • use lftp to access FTP URLs

Read more...

Red Hat Certified Engineer-RHCE EXAMS INFORMATIONS

RHCE exam assesses the candidates ability to do the following:
  • Install and configure Red Hat Linux
  • Configure file systems and networking
  • Configure X, the graphical user interface used on Unix and Linux systems
  • Configure basic security
  • Configure network services
  • Perform routine maintenance
  • Perform diagnostics and troubleshooting

Read more...

About This Blog

  © Blogger template Webnolia by Ourblogtemplates.com 2009

Back to TOP