Bug 5338 - !shell command OR just exec shell commands
Summary: !shell command OR just exec shell commands
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on: 5804 5803
Blocks: 2246 5336
  Show dependency treegraph
 
Reported: 2007-11-15 20:41 UTC by Andrew Cagney
Modified: 2008-02-28 20:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.