-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBUGS
More file actions
21 lines (16 loc) · 652 Bytes
/
Copy pathBUGS
File metadata and controls
21 lines (16 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
micronix is pretty cool, but there are some things that don't quite work the way
you would expect:
usersim:
sometimes the shell gets confused trying to run the contents of the
current directory as a script. this does not seem to happen when running
as root
/bin/sh:
very primitive.
no variables. no environment. no conditionals or loops.
does pipes and redirection and background processes
/bin/more:
does not do the right thing with pipes. it reads stdin for the prompt
input, so something like man sh | more does not work. it should open
/dev/tty for the prompting dialog
/bin/ps:
opens /dev/mem and grunges around. uh, no.