|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to install some applications, on my linux OS and all the instructions are tell me that ill have to navigate to the directories and type the link that they provide, but i try typing 'dir' which shows me the directories but to access a particular one i can't remember how??? can anyone help me A.S.A.P
![]() |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Use the 'cd' command.
cd - Change Directory. Usage: $ cd directory_name Use 'ls' for listing files and directories instead of 'dir'. ![]() |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
how to view sub-directories
u can use the following command
ls -lr for viewing the sub-directory from the parent directory -l = stands for long list and -r = stands for recurring directories(sub-directories) |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Do you need execute permission to navigate to a directory? | chipahoys | AIX | 2 | 05-07-2010 12:36 PM |
| Script That Can navigate to 3 differents directory & remove files under them | Beginner123 | Shell Programming and Scripting | 3 | 01-21-2010 05:31 PM |
| How to navigate previous files one by one. | ajayshukla | UNIX for Dummies Questions & Answers | 5 | 08-14-2008 12:25 PM |
| Viewing Directory Content as You Navigate Directories in UNIX | shelata | UNIX for Dummies Questions & Answers | 2 | 07-28-2008 01:39 AM |
| Can you navigate ABOVE the home directory? | patwa | UNIX for Dummies Questions & Answers | 4 | 06-13-2007 10:27 PM |
|
|