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.
deleting a link in UNIX
Name: nauj Date: September 12, 2007 at 09:09:54 Pacific OS: AIX 5.3 CPU/Ram: IBM Product: IBM
Comment:
I have a link in AIX made with this sentece:
ln -s /home/...../dwb_p_process_etc.sas
I want to remove this link, I know how ti change this link for other (ln -f -s ...), but I just want to remove.
Summary: i deleted a route in routing table using route delete.. its deletes the route.. bt yet again when i use netstat to see the routing table its still there!!! how to remove it permanently, so that it be...
Summary: How can I delete a file with the name -C in unix? I tried below and get the error. > rm "-C" rm: illegal option -- C Usage: rm [-Rfir] file ... ...