In order to modify the timestamp of any file or directory you can run the following commands
Modify timestamp to “right now”
touch filename
Modify timestamp to a past or future time
touch -t 201301281030 filename
In order to modify the timestamp of any file or directory you can run the following commands
Modify timestamp to “right now”
touch filename
Modify timestamp to a past or future time
touch -t 201301281030 filename
Find an error?
Everything work out great for you?
Have some feedback?
Like to see something added to the article?
PLEASE leave us a comment after the article and let us know how we are doing, or if something needs corrected, improved or clarified.
Thank you!
- The Management
Sudo Bash
By Geeks - For Geeks