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 ...
- 12-23-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 6
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...
- 12-23-2011 #2Just 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.


Reply With Quote