Results 1 to 3 of 3
What is the path to date?
I can't remember and can't find it anywhere with google or with the search here....
- 05-24-2010 #1
Anyone know the path to DATE
What is the path to date?
I can't remember and can't find it anywhere with google or with the search here.
- 05-24-2010 #2
Well, it is /bin/date but for similar cases you could do
Or, if you know the package, which the command belongs to:Code:which date
This also works:Code:rpm -qil coreutils|grep bin
Or if all else fails:Code:locate date|grep bin
Code:find / -type f -name "date"
You must always face the curtain with a bow.
- 05-25-2010 #3


Reply With Quote