fixit
Contributor
Contributor

This is what I get:

login as: sshuser

sshuser@192.168.1.241's password:

Last login: Mon Mar 15 14:22:38 2010 from 192.168.1.201

$ su root

Password:

# service --status-all

bash: service: command not found

# service --status -all

bash: service: command not found

# /usr/sbin/service --status-all

bash: /usr/sbin/service: No such file or directory

# cd /usr/sbin/service --status-all

bash: cd: /usr/sbin/service: No such file or directory

# cd /usr

# cd /sbin

# service --status-all

bash: service: command not found

# find / -name service

/etc/vmware/service

/sbin/service

# service --status-all

bash: service: command not found

# cd /etc/vmware/service

# service --status-all

bash: service: command not found

#

Reply
0 Kudos