Bug 5338

Summary: !shell command OR just exec shell commands
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 5804, 5803    
Bug Blocks: 2246, 5336    

Description Andrew Cagney 2007-11-15 20:41:31 UTC
as in
  (fhpd) !ls
(! is likely reserved for history though)
or:
  (fhpd) shell ls
or
  (fhpd) ls
Comment 1 Teresa Thomas 2008-02-27 19:04:52 UTC
    Add shell command to hpd.
    
    frysk-core/frysk/hpd/ChangeLog:
    2008-02-27  Teresa Thomas  <tthomas@redhat.com>
    
    	* ShellCommand.java: New file.
    	* TestShellCommand.java: New file.
    	* TopLevelCommand.java (TopLevelCommand): Add shell command.

--------------------------------------------------------------------

Known bugs:
- cntrl-c while executing a shell command exits fhpd
- shell su/sudo 
  
Comment 2 Teresa Thomas 2008-02-28 20:09:07 UTC
Closing this bug.