- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ksh & rksh
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
02-12-2006 04:24 AM
02-12-2006 04:24 AM
ksh & rksh
What is major diffrence between ksh & rksh. If i chage the shell from rksh to ksh, what will be the security thread??
Cheers
Indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:15 AM
02-12-2006 05:15 AM
Re: ksh & rksh
Congrats on your new ITRC hat. !!!!
Answers with better discussion than I can type at this hour.
http://www.in-ulm.de/~mascheck/various/shells/
http://www.scit.wlv.ac.uk/cgi-bin/mansec?1+ksh
http://bama.ua.edu/cgi-bin/man-cgi?ksh+1
The r stands for restricted, which severely limits what a user can do.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 06:44 AM
02-12-2006 06:44 AM
Re: ksh & rksh
One more for better understanding
http://docs.sun.com/app/docs/doc/802-1930-01/6i5u959p8?a=view
HTH,
Shivam Tiwari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 06:46 AM
02-12-2006 06:46 AM
Re: ksh & rksh
HTH,
Shivam Tiwari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 11:57 AM
02-12-2006 11:57 AM
Re: ksh & rksh
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 03:14 PM
02-12-2006 03:14 PM
Re: ksh & rksh
"rksh" is a restricted shell. It differs from ksh in the following ways,
The following actions cannot be performed:
* Changing directories
* Setting the SHELL and PATH variables to new values
* Using command names or paths containing a /
* Redirecting output (> and >>)
You can refer, http://duplex.hypermart.net/books/bsd/283-285.html
for more information .
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:36 PM
02-12-2006 05:36 PM
Re: ksh & rksh
The actions of rksh are identical to those of ksh, except that the
following are forbidden:
+ Changing directory (see cd(1))
+ Setting the value of SHELL, ENV, or PATH
+ Specifying path or command names containing /
+ Redirecting output (>, >|, <>, and >>)
The restrictions above are enforced after the .profile and ENV files
are interpreted.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 04:30 AM
02-13-2006 04:30 AM
Re: ksh & rksh
Cheers
indrajit