Re: Login, su to root, execute command (General questions)
M,
that's the best part - it will most probably work. Regular expression
$ #>]
means it will accept any of those chars ($, ,#,>) if they appear at the end of the line. This includes 99.9 of most UNIX command prompts (including root account). Why don't you give it a try?