man -f/-k [keyword]在fedora 29 中報(bào)錯nothing appropriate
我們在使用 man 手冊的時(shí)候,可以使用man -f [keyword]去查詢keyword的在線文檔,但是這時(shí)候會報(bào)錯:(圖來源自網(wǎng)絡(luò))

這是因?yàn)槲覀冞€沒有建立 man 手冊的索引緩存;
我們可以使用 mandb 進(jìn)行更新;之后就能使用 man -f 或者 man -k 命令進(jìn)行查找手冊;
[root@localhost tmp]# man -k aio aio (7) - POSIX asynchronous I/O overview aio.h (0p) - asynchronous input and output aio_cancel (3) - cancel an outstanding asynchronous I/O request aio_cancel (3p) - cancel an asynchronous I/O request aio_error (3) - get error status of asynchronous I/O operation aio_error (3p) - retrieve errors status for an asynchronous I/O operation aio_fsync (3) - asynchronous file synchronization aio_fsync (3p) - asynchronous file synchronization aio_init (3) - asynchronous I/O initialization aio_read (3) - asynchronous read aio_read (3p) - asynchronous read from a file aio_return (3) - get return status of asynchronous I/O operation aio_return (3p) - retrieve return status of an asynchronous I/O operation aio_suspend (3) - wait for asynchronous I/O operation or timeout aio_suspend (3p) - wait for an asynchronous I/O request aio_write (3) - asynchronous write aio_write (3p) - asynchronous write to a file
總結(jié)
以上所述是小編給大家介紹的man -f/-k [keyword]在fedora 29 中報(bào)錯nothing appropriate ,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時(shí)回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!
如果你覺得本文對你有幫助,歡迎轉(zhuǎn)載,煩請注明出處,謝謝!
相關(guān)文章
淺析鴻蒙基礎(chǔ)之Permanent 持久性內(nèi)存對象(HarmonyOS鴻蒙開發(fā)基礎(chǔ)知識)
這篇文章主要介紹了淺析鴻蒙基礎(chǔ)之Permanent 持久性內(nèi)存對象(HarmonyOS鴻蒙開發(fā)基礎(chǔ)知識),本文給大家介紹的非常詳細(xì),對大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下2020-09-09
硬盤修理方面的兩篇文章——硬盤維修與數(shù)據(jù)恢復(fù)
硬盤修理方面的兩篇文章——硬盤維修與數(shù)據(jù)恢復(fù)...2006-10-10
XP系統(tǒng)優(yōu)化和安全限制修改集合附注冊表文件下載
XP系統(tǒng)優(yōu)化和安全限制修改集合附注冊表文件下載...2007-04-04
100%完美恢復(fù)因重裝XP而丟失的Vista啟動菜單
(干嗎要找回因重裝XP而丟失的Vista啟動菜單?——不想重裝Vista啊?。? 本人找到這個(gè)簡單完美的方法所花去的時(shí)間已遠(yuǎn)遠(yuǎn)超過重裝Vista的時(shí)間…… 特此分享給那些安裝過雙系統(tǒng)(XP+Vista)后,在沒有備份啟動信息的情況下重裝了XP,然后就丟失了Vista啟動菜單而無法進(jìn)入Vista而又想進(jìn)入Vista卻又不想重裝Vista的同志們。(繞口令?)2008-03-03
Windows服務(wù)器修改遠(yuǎn)程桌面默認(rèn)端口過程圖示
這篇文章主要介紹了Windows服務(wù)器修改遠(yuǎn)程桌面默認(rèn)端口過程圖示,文中通過示例代碼介紹的非常詳細(xì),對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友可以參考下2019-11-11
用戶態(tài)和內(nèi)核態(tài)-用戶線程和內(nèi)核態(tài)線程的區(qū)別
這篇文章主要介紹了用戶態(tài)和內(nèi)核態(tài)-用戶線程和內(nèi)核態(tài)線程的區(qū)別,文章圍繞主題展開詳細(xì)的內(nèi)容介紹,具有一定的參考價(jià)值,需要的小伙伴可以參考一下2022-09-09

