“no such file or directory”的意思:沒有這樣的文件或目錄。
造句:
Execute the?code?twice?in?succession. The?second?run?prints?the line "No?such?file?or?directory,"confirming that?the?shared?memory?has?been?deleted.?
連續執行代碼兩次,第二次執行會顯示?"No?such?file?or?directory",這證明***享內存已經被刪除了。
For example,?a?system?call?returning?with Err#2?ENOENT?(No?such?file?or?directory)?wouldindicate that?the?command?is expecting?to find?a?file?or?directory?but?can't?and subsequentlyfails.?
例如,如果壹個系統調用返回?Err#2ENOENT(沒有這樣的文件或目錄),就表示此命令要尋找壹個文件或目錄,但是無法找到,因此運行失敗。
File?and?directory?paths?can?use?~?to?refer?to the?user's home?directory,?but?no?other?shell-stylepath?extensions?such?as?globing?or?~user/ are?supported.?
This?is?why?I'm?such?a?strong?advocate?of?installing?single-file?executables?(no?accessorydynamic?libraries, and?so?on),?or?images?that?unpack?themselves?into?a single?directory.?
我強烈建議安裝單文件的可執行文件(無附加動態庫之類)或者那些將其本身解包至單個目錄下的映像,其原因就在於此。
This?is?why?I'm?such?a?strong?advocate?of?installing?single-file?executables?(no?accessorydynamic?libraries, and?so?on),?or?images?that?unpack?themselves?into?a single?directory.?
我強烈建議安裝單文件的可執行文件(無附加動態庫之類)或者那些將其本身解包至單個目錄下的映像,其原因就在於此