Re: [PATCH] fancy memory detection for 2.3.99pre6

From: Borislav Deianov (borislav@lix.polytechnique.fr)
Date: Sat Apr 29 2000 - 14:55:30 EST


In article <8efart$ipu@pell.pell.portland.or.us> you wrote:
> what is -n? It's not an option on the version of gnu ln I've got

| NAME
| ln - make links between files
|
| SYNOPSIS
| ln [OPTION]... TARGET [LINK_NAME]
| ln [OPTION]... TARGET... DIRECTORY
|
| ...
| -n, --no-dereference
| treat destination that is a symlink to a directory as if
| it were a normal file

If you do ln -s a b and b is currently a symlink to a directory c, you
get a symlink called a in c pointing to itself; ln -nsf will replace b
with a symlink to a.

Regards,
Borislav

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 30 2000 - 21:00:17 EST