- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .Dtprofile and aliases
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
08-14-2001 06:36 AM
08-14-2001 06:36 AM
I have never worked with CDE before, it has been something of an adventure. I have my dtprofile set up so that it sources my .profile so I get all my settings. But for some reason I do not get any of the aliases I have set up in my .profile. Anybody have any idea why this is so? Any and all help would be appreciated. Thanks in advance.
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 06:55 AM
08-14-2001 06:55 AM
Re: .Dtprofile and aliases
The problem is, taht .dtprofile is executed before any shell (you intend to start in a dtterm). Therfore the defined environment variables are inherited to the shell, but not the aliases.
You should define the aliase in a shell specific startup script, e.g. "export ENV='$HOME'/.ksh_env for the Korn shell, and define aliases in .ksh_env.
Regards, Klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 07:52 AM
08-14-2001 07:52 AM
Re: .Dtprofile and aliases
For some reason I cannot get to that document.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 08:01 AM
08-14-2001 08:01 AM
Re: .Dtprofile and aliases
For your reading pleasure, see the attachment. When searching the Technical Knowledge Base make sure that you are logged into the ITRC. This enables the broadest access for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 08:16 AM
08-14-2001 08:16 AM
Re: .Dtprofile and aliases
Thank you so much for the document!
Warmest Regards,
John