Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
symbolic link
Name: Mike Date: March 11, 2001 at 07:03:05 Pacific
Summary: A script I am working on needs to process files returned from the find command. However, many of those files are hard links to other files, and should be excluded from our processing. How do we iden...
Summary: Check the man pages for the ln command. Pretty straight forward syntax. If the file and the link are on different file systems, you'll need to use the -s option to create a symbolic link. ...
Summary: Yes, I tried the man pages. I am looking at symbolic links in a subdirectroy that I want to recursively copy over to a new filesystem on the same system. The place I work at uses a netapp server, s...