![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hard Link vs SOft Link???? | skyineyes | UNIX for Dummies Questions & Answers | 3 | 05-29-2008 09:38 AM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 03:36 AM |
| Differentiate Soft and Hard Link | balu_solaris | UNIX for Dummies Questions & Answers | 2 | 07-18-2007 11:41 PM |
| hard/soft link question | Browser_ice | UNIX for Dummies Questions & Answers | 1 | 08-18-2006 11:13 PM |
| Difference between hard link and soft link in unix | RAJACHOKALINGAM | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 01:10 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all!
I'd like to know the differences between hard links and soft links. I've already read the ln manpage, but i'm not quite sure of what i understood. Does a hard link sort of copy the file to a new name, give it the same inode number and same rights? What exactly should I do to do this: I'm replacing the /usr/bin/passwd by /usr/bin/npasswd on over 400 servers. I did a ls -li on /usr/bin/passwd and came up with 5 same inodes, on of 'em being /usr/bin/chfn. I read the man page on chfn, it's a hard link to passwd. After moving /usr/bin/chfn to chfn.old, is this syntax correct ( for a hard link?): $ ln /usr/bin/npasswd /usr/bin/chfn Thanx for the help.... |
| Forum Sponsor | ||
|
|
|
||||
|
This was answered in lots of detail before. A simple keywords search will easily find the discussion.
Creating a Shortcut in a User Driectory Please take the time to do keyword searches BEFORE asking questions.... |