Unix Shell - regular link of a symbolic link

This is Interesting: Free IT Magazines  
Home > Archive > Unix Shell > May 2004 > regular link of a symbolic link





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author regular link of a symbolic link
Dan Jacobson

2004-05-22, 10:28 pm

Gentlemen, today I have made my first regular link of a symbolic link:
$ touch a
$ ln -s a b
$ ln b c
$ ls -og ?
-rw-r--r-- 1 0 2004-05-22 05:45 a
lrwxrwxrwx 2 1 2004-05-22 05:45 b -> a
lrwxrwxrwx 2 1 2004-05-22 05:45 c -> a
OK, no big deal. Sorry.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com