Displaying 4 results from an estimated 4 matches for "cfe002".
2009 May 12
6
can non-owner change file group setup?
We are tried to count how many files belong to certain group. Our system administrator told us "non-owner" can easy change file group name to another. I have been tried several combination and never successful (only ROOT can change file group to other name).
Does anyone know how "no-owner" can change file group name?
Thanks.
2009 Oct 28
6
Rsync and full path of filenames
Hi,
I have a bit of a tricky question about rsync.
Let's say I want to backup a bunch of configuration files with rsync, in
a script.
What I don't want to do : a full snapshot of /etc.
What I want to do : backup only those files I need, in an otherwise
empty directory tree.
In my script, I'd begin with a list of the files I effectively want to
backup. Something like :
2009 Aug 29
3
what is the best way to delete so many queue files?
Hello, all.
I found that so many unnessary queue files are saved at /var/spool/clientmqueue/ directory.
I tested two way to delete these files.
1.
# rm -rf /var/spool/clientmqueue/*
2.
# cd /var/spool/clientmqueue/ ; find . | xargs rm -fv
But this makes a few load of the system and took too much time to delete.
What is the best way to delete fast without too much load?
2008 Jul 21
5
ps to pdf
I need a way to convert files that I save with Firefox as a 'print to
file' to 'pdf'
I tried 'convert' but that rendered the text as graphics which grew the
file and wasn't what I wanted.
How would someone accomplish this - or can I just print to a PDF?
Craig