Find the answer to your Linux question:
Results 1 to 2 of 2
[root(at)arvinlo ~]# service xinetd start bash: service: command not found [root(at)arvinlo ~]# /sbin/service xinetd start Starting xinetd: [root(at)arvinlo ~]# what is the problem?????service is in the sbin directory... but cannot ...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    6

    Question bash: service: command not found

    [root(at)arvinlo ~]# service xinetd start
    bash: service: command not found
    [root(at)arvinlo ~]# /sbin/service xinetd start
    Starting xinetd:
    [root(at)arvinlo ~]#


    what is the problem?????service is in the sbin directory...
    but cannot execute without giving exact path...
    also commands like chkconfig...

  2. #2
    Just Joined!
    Join Date
    Dec 2011
    Posts
    6
    fixed it...its because when I switched from a user to root user I only used "$su" in place of "$su -".
    If "su -" is not used there will be ony 94% privilege.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...