![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| create Virtual directories on Webserver | vr76413 | SUN Solaris | 0 | 06-28-2007 01:24 PM |
| Create Folder in Multiple Directories | Stud33 | Shell Programming and Scripting | 15 | 07-20-2006 04:44 PM |
| Using a C program to create directories in UNIX | aloha_boi | High Level Programming | 3 | 11-14-2005 02:11 AM |
| How to create directories | abishekmag | UNIX for Dummies Questions & Answers | 3 | 03-21-2005 01:34 PM |
| How do I create & Maintain directories | kimjones142001 | UNIX for Dummies Questions & Answers | 4 | 09-10-2001 06:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi Friends,
Can you please tell me how to create short form for directories? like, this is a directory: /usr/tmp/progs/scripts when i give cd $short_name, it should take to the above path. in which env setting do i have to set? Thanks, Rashmy. |
|
||||
|
Hi,
I believe that the ln command would help solve your problem. you could try using the following command: ln -s /usr/tmp/progs/scripts <any name> eg: ln -s /usr/tmp/progs/scripts ~/scrilink so you can do : cd ~/scrilink This is my first post in this forum. hope you find it useful. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|