Re: Does Linux (Ubuntu/Gnome) have temp files that need to be removed? How?



Walter H Donavan said something like a ...

I am transferring from Windows to Ubuntu and I am totally clueless.

Generally there are one of two places where temp files go: in the
system /tmp or the users home directory, typically .tmp . Removing them is
possible on a per user permissions basis, but an example command would be:

rm .tmp/*
rm -R /tmp/*username/*

But that is like using an ax when a pocket knife will do. Read the man page
on rm first. Since you are a newbie I'll explain more deeply; the man page
is the MANUAL for a COMMAND, e.g. in a terminal window type "man rm" to
read the manual for the rm (remove) command. man pages are terse, so a
Google search like "linux command rm" may reveal added information. Plus,
there are sometimes "info pages" to read - same syntax as man
<command-name>.
--
BlackTopBum
You don't skateboard?
What worthwhile thing are you doing !?
.



Relevant Pages

  • NIS create homedir
    ... I was wondering if it was possible to automaticaly create users home ... directories when creating NIS users? ... the "-m" switch for the command "pw" does not create them. ...
    (freebsd-questions)
  • Re: How do I give 2 parameters to programs in an unix enviroment?
    ... named pipe in /tmp, execute the commands contained in the parenthesis ... in a subshell, and connect the stdout of the subshell into that named ... So it's sort of like using temp files, ... subshell to finish before running the main command, ...
    (freebsd-questions)
  • Re: too strict on min disk free alarm? (5%/300GB drive)
    ... drive w/that dir - apparently the perms change needs to write ... something (temp files?) to the drive other than just security ... after issuing a command to recursively change the permissions of a dir ...
    (microsoft.public.windows.server.general)
  • Re: word cannot complete the save
    ... It may help to clear out any old temp files. ... >"Keith Wright" wrote in message ... >> Ctrl>s command seem to work okay. ...
    (microsoft.public.word.application.errors)
  • Re: How do I give 2 parameters to programs in an unix enviroment?
    ... subshell to finish before running the main command, ... Note that the =operator, because it uses regular files, doesn't have the issue that some programs won't know how to deal with it etc). ... Also note that the =operator will put its temp files in / tmp by default, so if you have a command with a lot of output, make sure that your /tmp can take all of it. ...
    (freebsd-questions)