- Community Home
- >
- HPE Community, Taiwan
- >
- Tru64 Unix & OpenVMS
- >
- Tru64 Unix
- >
- How to make symbolic link with this privilege?
Tru64 Unix
1830348
會員
2134
線上
110001
解決方案
論壇
類別
Company
Local Language
返回
論壇
討論平台
論壇
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
討論平台
論壇
討論平台
返回
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
部落格
信息
社區語言
語言
論壇
部落格
文章選項
- 訂閱此主題的RSS 提要
- 將此主題標記為未讀
- 將主題標記為已讀
- 將主題在本帳號置頂
- 標示為書籤
- 訂閱此主題
- 列印此頁
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 06-18-2005 11:43 AM
在 06-18-2005 11:43 AM
How to make symbolic link with this privilege?
lrwxr-xr-x 1 root adm 43 May 26 2003 collect.dated -> ../cluster/members/{memb}/adm/collect.dated
1則回覆 1
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 06-21-2005 07:29 PM
在 06-21-2005 07:29 PM
How to make symbolic link with this privilege?
Hi David,
Please using the online "man mkcdsl" for the detailed description.
For example:
# touch /var/adm/my_file
# mkcdsl -a /var/adm/my_file
# ls -l /var/adm/my_file
lrwxrwxrwx 1 root system 37 Jun 20 22:07 /var/adm/my_file -> ../clu
ster/members/{memb}/adm/my_file
# # cdslinvchk
Successful CDSL inventory check
# rm /var/adm/my_file
# rm /var/cluster/members/{memb}/adm/my_file
# cdslinvchk
Failed CDSL inventory check. See details in /var/adm/cdsl_check_list
# cat /var/adm/cdsl_check_list
Expected CDSL: ./var/adm/my_file -> ../cluster/members/{memb}/adm/my_file
An administrator or application has removed this CDSL.
# mkcdsl -i /var/adm/my_file
# cdslinvchk
Successful CDSL inventory check
#
PS: We care the physical file privilege not the symbolic link file.
Best regards,
Richard.
Please using the online "man mkcdsl" for the detailed description.
For example:
# touch /var/adm/my_file
# mkcdsl -a /var/adm/my_file
# ls -l /var/adm/my_file
lrwxrwxrwx 1 root system 37 Jun 20 22:07 /var/adm/my_file -> ../clu
ster/members/{memb}/adm/my_file
# # cdslinvchk
Successful CDSL inventory check
# rm /var/adm/my_file
# rm /var/cluster/members/{memb}/adm/my_file
# cdslinvchk
Failed CDSL inventory check. See details in /var/adm/cdsl_check_list
# cat /var/adm/cdsl_check_list
Expected CDSL: ./var/adm/my_file -> ../cluster/members/{memb}/adm/my_file
An administrator or application has removed this CDSL.
# mkcdsl -i /var/adm/my_file
# cdslinvchk
Successful CDSL inventory check
#
PS: We care the physical file privilege not the symbolic link file.
Best regards,
Richard.
以上表述為作者個人觀點,不代表惠普公司,使用本網站,請遵守網站使用規則和條款