請問一下這些指令正確嗎? - Linux

Table of Contents

請問這些指令正確嗎?
優先次序priority為何

[student@localhost student]$nice -5 find . –name “*.sh” –print


[student@localhost student]$nice --5 find . –name “*.sh” –print


[student@localhost student]$nice -+5 find . –name “*.sh” –print


[student@localhost student]$nice find . –name “*.sh” –print

--

All Comments