Sponsored Content
Top Forums UNIX for Advanced & Expert Users link and unlink , urgently... Post 12019 by Perderabo on Monday 17th of December 2001 11:06:42 AM
Old 12-17-2001
I doubt that there is any reasonable way to do this. The inode is a mount point, so the unlink system call can't touch it. I would just rename to "..." and leave it alone. It isn't causing much trouble. It's like a bullet too close to a spine...it's too risky to attempt removal.

One thing that might work would be to try nfs. Export or share the root volume. And then use nfs to "remotely" mount a second copy of it. Then try the unlink via nfs. This really should fail, but with nfs, you never know.

And the final option would be editing the raw device. You may have a program called fsdb for this purpose.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mv: cannot unlink ????

Hello all, I have a script which runs every 15 minutes and moves all but latest 10 files from a directory (A) to Directory (B). Most of the times this job runs fine but sometimes it is giving "mv: cannot unlink {Target Directory name } : Permissions denied." Any help about this error msg... (1 Reply)
Discussion started by: super_duper_guy
1 Replies

2. Shell Programming and Scripting

perl unlink question

Hi, I have a two lines of code both intend to perform the same task. unlink $CtrFile; system ("rm $CtrFile"); Both of which try to delete a certain file. However when I use the unlink command the file does not get deleted. When I use the "rm" system... (2 Replies)
Discussion started by: jerardfjay
2 Replies

3. Solaris

Accidentally did a unlink inet

I was trying to remove a symbolic link of /etc/hosts to /etc/inet/hosts well i forgot the command and in the /etc directory i did unlink inet and now i can not get into inet and it does not exist in /etc 1) what do i do to fix the inet directory 2) how do i link /etc/hosts to... (1 Reply)
Discussion started by: deaconf19
1 Replies

4. Solaris

Cron could not unlink FIFO

We are using Solaris 10 on tiny box. My issue is after server panic cron is not coming up, I've tried to manually restart cron but no luck. # cron stop cron could not unlink FIFO: no such file or directory ! cannot create fifo queue Thu Dec 17 11:20:17 2009 ! ******* CRON ABORTED *******... (5 Replies)
Discussion started by: patidarv
5 Replies

5. Shell Programming and Scripting

How to Unlink all files in a directory?

I had a directory like A/B/C and these are all what I did. cd A/B/C ln -s some_path/some_sub_dir/C/* . After this, I have around say 1000 files linked to my A/B/C directory. How can unlink all those files at one shot? The unlink command requires filename as an argument but what I need is to... (1 Reply)
Discussion started by: dahlia84
1 Replies

6. Shell Programming and Scripting

Unlink and copy actual file

Hello, I have a set of directories, which has inside them, symbolic links to some files. What i would like to do is to covert the links into actual files, i.e. remove the link and copy the actual file here... I tried to see unlink command but i think all it does is delete the link, is... (2 Replies)
Discussion started by: prasbala
2 Replies

7. Programming

g++ fails to link to static library when compilation and link in single command

Hello All, I've encountered a strange behaviour from g++ that doesn't make sense to me. Maybe you can shed some light on it: I have a bunch of source files and want to compile them and link them with a static library liba.a located in /usr/local/lib64 into an executable Approach 1 works... (0 Replies)
Discussion started by: magelord
0 Replies

8. Shell Programming and Scripting

Unlink multiple files

I wish to unlink multiple links, but man pages shows unlink - call the unlink function to remove the specified file let's linked are in number sequence and I'm doing unlink `echo {1..500}` This fails.. Is their any other command to execute it or I need to call the unlink function that... (1 Reply)
Discussion started by: posix
1 Replies

9. Solaris

/var/adm/messages (insterface turned off/restored) and link up & link down message.

Hi All I am facing an issue with our new solaris machine. in /var/adm/messages Apr 22 16:43:05 Prod-App1 in.routed: interface net0 to 172.16.101.1 turned off Apr 22 16:43:33 Prod-App1 mac: NOTICE: nxge0 link up, 1000 Mbps, full duplex Apr 22 16:43:34 Prod-App1 mac: NOTICE: nxge0 link... (2 Replies)
Discussion started by: javeedkaleem
2 Replies

10. Shell Programming and Scripting

Unable to unlink files perl

Hi, I have a dir and some files as below (all have full perm) drwxrwxrwx 2 sam sam 4096 Aug 8 04:31 /home/sam/test $ ll /home/sam/test -rwxrwxrwx 1 sam sam 0 Aug 8 04:31 b1_2013_file.txt -rwxrwxrwx 1 sam sam 0 Aug 8 04:31 c1_2014_file.txtI want to go to this directory and delete the... (2 Replies)
Discussion started by: sam05121988
2 Replies
set link(1m)															      set link(1m)

NAME
set link - Changes the value of a modifiable, single-valued attribute of a soft link SYNOPSIS
cdscp set link link-name attribute-name = attribute-value ARGUMENTS
The full name of the soft link. The name of the attribute to be modified. Specify only one attribute at a time. See Description for valid attribute names. The value of a particular attribute. DESCRIPTION
The set link command changes the value of a modifiable, single-valued attribute of a soft link. The following are valid attributes: Speci- fies the full name of the directory, object entry, or other soft link to which the soft link points. Specifies a timeout value after which the soft link is either checked or deleted. The timeout value contains both an expiration time and an extension time. If a soft link expires and its target entry is deleted, the soft link is deleted. If the soft link still points to an existing entry, its life is extended by the expiration time. Specify expiration-time in the format yyyy-mm-dd-hh:mm:ss (year-month-day-hour:minute:second). Specify extension- time in the format ddd-hh:mm:ss (day-hour:minute:second). Privilege Required You must have write permission to the soft link. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command redirects a soft link named /.:/admin/work_disk from its current destination name, /.:/admin/work_disk01, to a new destination name, /.:/admin/work_disk03. cdscp> set link /.:/admin/work_disk CDS_LinkTarget = /.:/admin/work_disk03 RELATED INFORMATION
Commands: create link(1m), delete link(1m), list link(1m), show link(1m) set link(1m)
All times are GMT -4. The time now is 11:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy