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

Single linux command to return to home directory

Question:
If you are in a subdirectory such as /PROJECTS/P1/A/A1/A11, what single command would you use to return to your home directory from the current working directory?

Answer:
The easiest but not only way to return to user's home directory from any directory within a filesystem is to use cd command without any options and arguments.

cd

it is also possible to use:

cd ~
cd $HOME
cd ~/

Linux questions and answers

Share this linux post:

Submit Single linux command to return to home directory in Delicious Submit Single linux command to return to home directory in Digg Submit Single linux command to return to home directory in FaceBook Submit Single linux command to return to home directory in Google Bookmarks Submit Single linux command to return to home directory in Stumbleupon Submit Single linux command to return to home directory in Technorati Submit Single linux command to return to home directory in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download