单项选择题
Which of these commands allows you to use shared libraries that are in /usr/local/lib?()
A. export LD_PRELOAD=/usr/local/lib
B. export LD_LIBRARY_PATH=/usr/local/lib
C. Idconfig /usr/local/lib
D. Idd/usr/local/lib
点击查看答案
相关考题
-
单项选择题
Usingvi,youwanttosavechangestothefilemyfilewith:w!,butvicomplainsitcannotwritetothefile.Therefore,youwanttocheckthewritepermissionsonthefile.Todothiswithoutleavingvi,youtype:()
A. :!ls-I myfile
B. :\ls-l myfile
C. esc :Is -I myfile
D. :?ls-l myfile -
单项选择题
YouwishtokillaprocesswithaPIDof123.Selectthecommandwhichexiting.()
A. kill-1 123
B. kill-9 123
C. kill-15 123
D. kill-17 123 -
单项选择题
WhichofthefollowingcommandswillchangeallCR-LFpairsinanimportedtextfile,userlist.txt,toLinuxstandardLFcharactersandstoreitasnewlist.txt?()
A. tr ’\r\n’ " < userlist.txt > newlist.txt
B. tr -c ’\n\r’ " < newlist.txt > userlist.txt
C. tr -d \r¯ < userlist.txt > newlist.txt
D. tr \r¯\n¯ userlist.txt newlist.txt
E. tr -s ®^M’¡®^J’ userlist.txt newlist.tx
