You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've mounted a cifs share, and sometimes the times do not show up in the output of "ls -l" or "ls -la", etc. I've found the times always show up with the following usage:
ls -l --time-style=+"%M %D:%H:%M"
ls --full-time
There are other methods that show the time, as well. The main problem is that I can't find a way for the script to measure "file ages" properly due to the issue in the mounted directory.
The text was updated successfully, but these errors were encountered:
I've mounted a cifs share, and sometimes the times do not show up in the output of "ls -l" or "ls -la", etc. I've found the times always show up with the following usage:
ls -l --time-style=+"%M %D:%H:%M"
ls --full-time
There are other methods that show the time, as well. The main problem is that I can't find a way for the script to measure "file ages" properly due to the issue in the mounted directory.
The text was updated successfully, but these errors were encountered: