Link files in unix


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Link files in unix
# 1  
Old 12-25-2002
Link files in unix

Can anyone say some ideas about using/creating link files (for ex., lrwxrwxrwx 1 bin bin 7 Jan 10 2001 bin -> usr/bin) in a shell script.
# 2  
Old 12-25-2002
Not sure what you are looking for. I've never found the need to create links in a script. For information on how to create a link, read the man page for ln. Post back with further info on specifics of what you are attempting.
# 3  
Old 12-25-2002
Quote:
Originally posted by RTM
Not sure what you are looking for. I've never found the need to create links in a script. For information on how to create a link, read the man page for ln. Post back with further info on specifics of what you are attempting.
Thanks.I was just trying to gain knowledge over these link files.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Nullifying Zero Link Files

how do i nullify zero link files under /proc please help me (4 Replies)
Discussion started by: bluenavi
4 Replies

2. Solaris

Nullifying Zero Link Files

How do I nullify a zero link file. Please help me (0 Replies)
Discussion started by: bluenavi
0 Replies

3. UNIX for Advanced & Expert Users

how to symbolic link to files on another unix box?

Hi there, Our vendor needs to have access to some files on our AIX box1, but we don't want them to have access to this box at all. We allow them to have access/logon to another AIX box2, is that possible that I create a symbolic link in box2 to point to those box1 log/config files ? How?... (1 Reply)
Discussion started by: TheGunMan
1 Replies

4. Shell Programming and Scripting

How to find link files

How to find the link files. i have main file, now i want to find all the files linked to it. (4 Replies)
Discussion started by: aju_kup
4 Replies

5. Solaris

how to make file link in c under unix

how to make link command by c language (2 Replies)
Discussion started by: ma7moudax
2 Replies

6. Shell Programming and Scripting

link files together

if I have 1000 files, named file1, file2, ... ,file1000. for each one, I want to append a line, for example "this is the end of file#". then, I want to link them all together. how can I do that by using a simple script? (1 Reply)
Discussion started by: fredao
1 Replies

7. UNIX for Dummies Questions & Answers

Difference between hard link and soft link in unix

Hi All, Can any one please explain me what is the difference between hard link and soft link in UNIX. Thanks in advance Raja Chokalingam. (2 Replies)
Discussion started by: RAJACHOKALINGAM
2 Replies

8. UNIX for Dummies Questions & Answers

Link files....

How do you identify the type of a link in the output of the ls -l command? (1 Reply)
Discussion started by: Tom Bombadil
1 Replies

9. UNIX for Dummies Questions & Answers

Permissions on link files

Does any one now if you can change permissions on a linked file with out completely removing it and then relinking it? (2 Replies)
Discussion started by: moviestud80
2 Replies

10. News, Links, Events and Announcements

Unix History Link

Link describe the Step by step formation of Unix http://perso.wanadoo.fr/levenez/unix/ Also: - History - Author of First Unix C Language - Unix Family research Tree - BSD and Sun History chart - Technical Comparison between Unix Diffrences (4 Replies)
Discussion started by: killerserv
4 Replies
Login or Register to Ask a Question