Bug 3910

Summary: /etc/rc.d/init.d/network restart
Product: [Retired] Red Hat Linux Reporter: dun
Component: netcfgAssignee: David Lawrence <dkl>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-06 11:12:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description dun 1999-07-06 08:02:05 UTC
if I run /etc/rc.d/init.d/network restart /w the full path
it works fine. If I cd to /etc/rc.d/init.d/ and then type
". network restart"  the command does not run and I am
immediately logged out.

Comment 1 Jeff Johnson 1999-07-06 11:12:59 UTC
Executing ". network restart" (note the space) will cause
the current shell to exit, that is correct.
Perhaps you meant "./network restart" (note the slash).