| bio | website | ishiboo.com/~danny |
|---|---|---|
| location | New York, NY | |
| age | 36 | |
| visits | member for | 1 year, 7 months |
| seen | Dec 28 '12 at 14:18 | |
| stats | profile views | 22 |
|
Oct 11 |
awarded | Yearling |
|
Mar 24 |
awarded | Good Answer |
|
Dec 1 |
awarded | Enlightened |
|
Nov 30 |
awarded | Nice Answer |
|
Nov 30 |
answered | Disable Keyboard & Mouse input on unix (under X) |
|
Nov 30 |
revised |
where should I put the sudo in this command? explained my answer |
|
Nov 30 |
answered | where should I put the sudo in this command? |
|
Oct 15 |
comment |
Why hard links not allowed to directories in UNIX/Linux @psusi mkdir -p a/b; nocheckln c a; mv c a/b; -- the nocheckln there is a theoretical ln that doesnt check for directory args, and just passes to link, and because no cycle is made, we are all good in creating 'c'. then we move 'c' into 'a/b', and a cycle is created from a/b/c -> a/ -- checking in link() is not good enough |
|
Oct 15 |
awarded | Supporter |
|
Oct 14 |
awarded | Enlightened |
|
Oct 13 |
awarded | Editor |
|
Oct 13 |
comment |
Why hard links not allowed to directories in UNIX/Linux @user3539, I have updated the answer with more explanation. |
|
Oct 13 |
revised |
Why hard links not allowed to directories in UNIX/Linux better explanation of the role of inodes |
|
Oct 11 |
awarded | Nice Answer |
|
Oct 11 |
awarded | Teacher |
|
Oct 11 |
answered | Why hard links not allowed to directories in UNIX/Linux |