Abhishek JoshiSY Comp--
You received this message because you are subscribed to the Google Groups "CoFSUG" group.
To post to this group, send an email to cof...@googlegroups.com.
To unsubscribe from this group, send email to cofsug+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cofsug?hl=en-GB.
Thanks and regards,
Jobin Raju George
Third Year, Information Technology
College of Engineering Pune
Alternate e-mail: george...@coep.ac.in
--
You received this message because you are subscribed to the Google Groups "CoFSUG" group.
To post to this group, send an email to cof...@googlegroups.com.
To unsubscribe from this group, send email to cofsug+unsubscribe@googlegroups.com.
To unsubscribe from this group, send email to cofsug+un...@googlegroups.com.
When prefix sudo to any command that is run as root user. So use sudo only when you know you need it. You were not able to delete those files without sudo because those files were created as root and hence owned by root. sudo su will give you a root shell, ie, every command you after sudo su will be run as root user.
On Nov 6, 2012 8:46 PM, "Abhishek Joshi" <abhishe...@gmail.com> wrote:
Dear Jobin,You were right. When I used sudo, the tar files get downloaded in /etc/apt, and I somehow cannot delete these files. I have copied them to another location and then extracted the code, but I still cannot delete the original tar files (must be some problem with the permissions). Without sudo the files appear in home folder and I can delete them!Thanks a lot! :)Do you have any idea as to how I could delete the original files? It would be nice to have a clean /etc/apt folder :)
On Mon, Nov 5, 2012 at 10:40 AM, Jobin Raju George <jobi...@gmail.com> wrote: > > Dear Abhishek, ...
--