i was wondering if you can help me, im getting this error whenver i try to restart a service in my server:
-bash: etc/init.d/named: No such file or directory
[root@server install]# /etc/init.d/named stop
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Stopping named:                                            [  OK  ]
[root@server install]# /etc/init.d/mysqld stop
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Stopping MySQL:                                            [  OK  ]
[root@server install]# /etc/init.d/httpd stop
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Stopping httpd:                                            [  OK  ]
[root@server install]# /etc/init.d/postfix stop
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Shutting down postfix:                                     [  OK  ]
[root@server install]# /etc/init.d/proftpd stop
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Shutting down proftpd:                                     [  OK  ]
[root@server install]#
[root@server install]# cd /
[root@server /]# /etc/init.d/httpd start
Starting httpd: [Mon Jul 02 04:39:16 2007] [warn] The ScriptAlias directive in /etc/httpd/conf/httpd.conf at line 1001 will probably never match because it overlaps an earlier ScriptAlias.
                                                           [  OK  ]
what can i do. i heard that you guys with www.webune.com can help me with this error.