无法使用Git bash生成密钥
给出错误错误转义字符'ygen'
在运行密钥生成命令时ssh -keygen -t rsa -C""
名为Bob的UNIX用户希望用新的国际象棋程序替换他的国际象棋程序,但他不确定旧的国际象棋程序的安装位置.Bob目前能够使用以下命令从他的主目录/ home/bob开始运行Java国际象棋程序:
java -classpath /test:/home/bob/downloads/*.jar games.Chess
Bob的CLASSPATH设置(在登录时)到:
/usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar
Chess.class文件的可能位置是什么?
A. /test/Chess.class
B. /home/bob/Chess.class
C. /test/games/Chess.class
D. /usr/lib/games/Chess.class
E. /home/bob/games/Chess.class
F. inside jarfile /opt/java/lib/Games.jar (with a correct manifest)
G. inside jarfile /home/bob/downloads/Games.jar (with a correct manifest)
Answer is C but I want to know how it is ...........
Run Code Online (Sandbox Code Playgroud)