I'm not sure how to pass X3 and an init. How do I do that?
I've had a bash but I'm not sure I'm getting it right. This ls -l> business. Is the -l a -L or a -one?
login as: root
root@billgates's password:
Last login: Tue Jul 1 20:41:00 2003 from pc-00012
Welcome to the Mitel Networks SME Server.
[root@billgates root]# minicom
Device /dev/ttyS1 lock failed: Operation not permitted.
[root@billgates root]# ls -l>/ttys0
[root@billgates root]# minicom
Welcome to minicom 2.00.0
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Feb 26 2002, 09:38:06.
Press CTRL-A Z for help on special keys
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
OK
ls -l>/ttys1
CTRL-A Z for help | 38400 8N1 | NOR | Minicom 2.00.0 | VT102 | Offline
[root@billgates root]# minicom
Device /dev/ttyS1 lock failed: Operation not permitted.
[root@billgates root]# minicom
Welcome to minicom 2.00.0
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Feb 26 2002, 09:38:06.
Press CTRL-A Z for help on special keys
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
OK
opjopjo
CTRL-A Z for help | 38400 8N1 | NOR | Minicom 2.00.0 | VT102 | Offline
[root@billgates root]# init
Usage: init 0123456SsQqAaBbCcUu
[root@billgates root]# init x3
Usage: init 0123456SsQqAaBbCcUu
[root@billgates root]# minicom
Welcome to minicom 2.00.0
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Feb 26 2002, 09:38:06.
Press CTRL-A Z for help on special keys
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
OK
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
OK
CTRL-A Z for help | 38400 8N1 | NOR | Minicom 2.00.0 | VT102 | Offline
[root@billgates root]# ls
anaconda-ks.cfg install.log install.log.syslog
[root@billgates root]# ls -l
total 92
-rw-r--r-- 1 root root 997 Apr 17 19:27 anaconda-ks.cfg
-rw-r--r-- 1 root root 11658 Apr 17 19:26 install.log
-rw-r--r-- 1 root root 73728 Apr 17 19:27 install.log.syslog
[root@billgates root]# ls -l>/dev/ttys1/2/3/4
bash: /dev/ttys1/2/3/4: Not a directory
[root@billgates root]# ls -l>/dev/ttys1
bash: /dev/ttys1: Input/output error
[root@billgates root]# ls -l>/dev/ttys0
bash: /dev/ttys0: Input/output error
[root@billgates root]# ls -l>/dev/ttys2
bash: /dev/ttys2: Input/output error
[root@billgates root]# ls -l>/dev/ttys3
bash: /dev/ttys3: Input/output error
[root@billgates root]# ls -l>/dev/ttys4
bash: /dev/ttys4: Input/output error
[root@billgates root]# ls -1>/dev/ttys0
bash: /dev/ttys0: Input/output error
[root@billgates root]# ls -l>ttys0
[root@billgates root]# ls -l>ttys1
[root@billgates root]# ls -1>ttys0
[root@billgates root]# shutdown now -h
Broadcast message from root (pts/0) (Wed Jul 2 14:47:26 2003):
The system is going down for system halt NOW!
[root@billgates root]#