mt cmd not found - RHEL 5.2
Where is the "mt" command???
I need to control the mag tape.....
[root@ceeds1 ~]#
[root@ceeds1 ~]# which mt
/usr/bin/which: no mt in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@ceeds1 ~]#
[root@ceeds1 ~]# man mt
No manual entry for mt
[root@ceeds1 ~]#
[root@ceeds1 ~]# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
[root@ceeds1 ~]#
[root@ceeds1 ~]# uname -a
Linux ceeds1 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
[root@ceeds1 ~]#
[root@ceeds1 ~]# cat /etc/issue
Red Hat Enterprise Linux Client release 5.2 (Tikanga)
Kernel \r on an \m
[root@ceeds1 ~]#
|