Bug 88606 - i can't hardlink directory
Summary: i can't hardlink directory
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-04-11 11:52 UTC by Eric Doutreleau
Modified: 2007-04-18 16:52 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-06-08 14:45:47 UTC
Embargoed:


Attachments (Terms of Use)

Description Eric Doutreleau 2003-04-11 11:52:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
I would like to hardlink two directories
As stated by the man pages i could do that under the
identity of root user with the command

ln -d source dest

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.mkdir toto
2.ln -d toto titi
3.
    

Actual Results:  ln: creating hard link `titi' to `toto': Operation not permitted

Expected Results:  the hard link should be created.

Additional info:

Comment 1 Alan Cox 2003-06-08 14:45:47 UTC
Most file systems do not support links to directories as any user.



Note You need to log in before you can comment on or make changes to this bug.