![]() |
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 |
| Differentiate Soft and Hard Link | balu_solaris | UNIX for Dummies Questions & Answers | 4 | 01-23-2009 05:18 PM |
| Hard Link vs SOft Link???? | skyineyes | UNIX for Dummies Questions & Answers | 3 | 05-29-2008 12:38 PM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 07:36 AM |
| hard/soft link question | Browser_ice | UNIX for Dummies Questions & Answers | 1 | 08-19-2006 02:13 AM |
| Difference between hard link and soft link in unix | RAJACHOKALINGAM | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 04:10 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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.... ![]() |
|
|||||
|
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.... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|