![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| more AIX links | rayg50 | AIX | 1 | 02-14-2008 10:29 PM |
| Post Your Favorite UNIX/Linux Related RSS Feed Links | Neo | What's on Your Mind? | 0 | 12-23-2007 08:41 AM |
| About links | nagalenoj | UNIX for Advanced & Expert Users | 1 | 08-20-2007 12:08 AM |
| All Linux and Unix commands Links | devotedsinner | News, Links, Events and Announcements | 0 | 11-07-2005 03:49 AM |
| AIX Links | Perderabo | AIX | 0 | 04-02-2005 06:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
links in linux
I am trying to create hard links in linus and not having much linux knowledge I am running into problems. Does the link only create from file to file or can a file be linked to a dir
thanks in advance |
| Forum Sponsor | ||
|
|
|
|||
|
Hard links (the default for the ln utility) may not normally refer to directories and may not span file systems. Symbolic links (ln -s) may refer to directories and may span file systems.
|
|||
| Google The UNIX and Linux Forums |