Ask a Question related to Sun Solaris, Design and Development.
-
Bing-Feng Wang #1
How to rm a symbolic link?
I have a link with a priviledge of 777 , but the owner is root.
how can I rm it?
Bing-Feng Wang Guest
-
symbolic references
Greetings, I’m trying to generate a tree of nested hashes . Perhaps you could suggest a better solution. Currently I'm trying to use symbolic... -
symbolic references and hashes
Hi folks, I've got the code: package Trainset; my %_BLOCKS=(); # blocks of track my %_TRAINS=(); # trains my %_BOXS=(); # signalboxes -
run-time access to symbolic information
I am working on a routine for resolution of code address into the module/function name (C/C++, AIX 5.2). I use ldopen()/ldtbread() functions... -
too many symbolic links
How can I get rid of this error :. l: can not access directory./usr/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/... -
Help needed on Symbolic links....
Does anyone know how to get the actual referenced filename from a symbolic link from a c program. What would be the system call? There must be one,... -
Dave Uhring #2
Re: How to rm a symbolic link?
On Mon, 28 Jul 2003 18:11:32 -0400, Bing-Feng Wang wrote:
# rm /path_to/name_of_link> I have a link with a priviledge of 777 , but the owner is root.
> how can I rm it?
Dave Uhring Guest
-
Barry Margolin #3
Re: How to rm a symbolic link?
In article <3F259F94.36459A5C@nortelnetworks.com>,
Bing-Feng Wang <bingfeng@nortelnetworks.com> wrote:The owner and permissions of a symbolic link are mostly meaningless. And>I have a link with a priviledge of 777 , but the owner is root.
>how can I rm it?
for any type of file, removing it depends on permissions on the directory,
not the file itself (although if the directory's sticky bit is set then the
ownership of the file comes into play).
If you have write permission to the directory, you should be able to remove
anything in it.
--
Barry Margolin, [email]barry.margolin@level3.com[/email]
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
Barry Margolin Guest
-
M. Bouherrou #4
Re: How to rm a symbolic link?
"Dave Uhring" <daveuhring@yahoo.com> a écrit dans le message de news:
[email]pan.2003.07.28.22.24.12.17978@yahoo.com[/email]...by default, soft links are set to 777, this is not a problem, as the system> On Mon, 28 Jul 2003 18:11:32 -0400, Bing-Feng Wang wrote:
>> > I have a link with a priviledge of 777 , but the owner is root.
will check first permissions on the link and then the final file.
>> > how can I rm it?
> # rm /path_to/name_of_link
>
M. Bouherrou Guest
-
Anthony Mandic #5
Re: How to rm a symbolic link?
Bing-Feng Wang wrote:
Well? What is the problem? Why can't you?>
> I have a link with a priviledge of 777 , but the owner is root.
> how can I rm it?
-am © 2003
Anthony Mandic Guest



Reply With Quote

