請問這些指令正確嗎?
優先次序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
--
優先次序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