sed files?
-
I'm not sure if this is a server related question or not.
In the directory /home/myusername are dozens of files with sed as the first three letters. What are they? Should I delete them?
Posted 1 year ago # -
sounds strange .. what's the output of ..
ls -la ~
.. (just for those files) .. and what's in them?
.. you ran a script, huh?
Posted 1 year ago # -
The files have no rwx permissions. The owner and group is me. They were all created on the same date and during the same 4 minute time frame.
Could the TopCat script have created them?
I've deleted some of them and nothing bad happened. I think I'll delete the rest.
Posted 1 year ago # -
aye .. that's a new one! I believe the script did create those.
you could change perms to peek inside with something like:-
sudo chmod 600 ~/sed-file
you could also "mv" anything you're unsure of, rather than delete, then delete a few days later if no problem
Posted 1 year ago # -
too late. all gone but, thankfully, no problems.
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
