HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ISS System Scanner Report
Operating System - HP-UX
1837188
Members
2345
Online
110114
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 01:26 AM
04-17-2002 01:26 AM
ISS System Scanner Report
What to do with the results? For Instance:
file-all-07 Symbolic link target is not an absolute path name
Description Is the target name for a symbolic link an absolute pathname?
Consequences The target name is relative to the directory, which may cause applications to reference an incorrect target.
Remedy Change all symbolic links such that the target name is an absolute pathname. Symbolic links may be created using the command ln -s file target.
/etc/vhelp/families/C/HPUX.hf
Target is ../../../../usr/lib/vhelp/hpux/C/HPUX.hf
There seems to be thousands of this links. I don't feel like linking these to the absolute path. I think the risk of a typo is bigger than the risk of moving these files.
What do you guru's think???
file-all-07 Symbolic link target is not an absolute path name
Description Is the target name for a symbolic link an absolute pathname?
Consequences The target name is relative to the directory, which may cause applications to reference an incorrect target.
Remedy Change all symbolic links such that the target name is an absolute pathname. Symbolic links may be created using the command ln -s file target.
/etc/vhelp/families/C/HPUX.hf
Target is ../../../../usr/lib/vhelp/hpux/C/HPUX.hf
There seems to be thousands of this links. I don't feel like linking these to the absolute path. I think the risk of a typo is bigger than the risk of moving these files.
What do you guru's think???
My systems are 100% Murphy Compliant. Guaranteed!!!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 01:58 AM
04-17-2002 01:58 AM
Re: ISS System Scanner Report
Hi,
I personally don't think there is any cause for worry. A simple test does not show any weaknesses with relative links in symbolic links:
[root@xxx /]# ll a
ls: a: No such file or directory
[root@xxx /]# cat /tmp/a
echo test
[root@xxx /]# ll /tmp/test/a
lrwxrwxrwx 1 root root 4 Apr 17 19:01 /tmp/test/a -> ../a
[root@xxx /]# /tmp/test/a
test
As shown, executing /tmp/test/a from / does not cause /a to be executed. Instead, /tmp/a is still being executed. Thus, ../a is only relative to the source of the link, not your present working directory.
Hope this helps. Regards.
Steven Sim Kok Leong
I personally don't think there is any cause for worry. A simple test does not show any weaknesses with relative links in symbolic links:
[root@xxx /]# ll a
ls: a: No such file or directory
[root@xxx /]# cat /tmp/a
echo test
[root@xxx /]# ll /tmp/test/a
lrwxrwxrwx 1 root root 4 Apr 17 19:01 /tmp/test/a -> ../a
[root@xxx /]# /tmp/test/a
test
As shown, executing /tmp/test/a from / does not cause /a to be executed. Instead, /tmp/a is still being executed. Thus, ../a is only relative to the source of the link, not your present working directory.
Hope this helps. Regards.
Steven Sim Kok Leong
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP