File Browser with ROOT permissions

Tony Arnold tony.arnold at manchester.ac.uk
Sat Jun 2 13:16:31 UTC 2007


Jan,

Jan Sneep wrote:

> I type Help at the command prompt and while it shows a number of
> commands, it doesn't show "cp" for copy or anything that looks like a
> delete command. Is there some listing of available commands some place?
> Like copy, move, delete, mkdir, cd, etc.

The help command shows you internal bash commands and not all the
commands available to you.

A possibility is to use the apropos command, for example:

	apropos delete

which will show you all the commands whose man pages have the word
delete in them. Unfortunately, the term used for deleting a file in
Linux is 'remove' so the above doesn't help much.

	apropos remove

will show the rm command amongst many others.

I think this is a weak part of Linux personally, especially the command
line stuff. If you don't know the command it is quite difficult to find
it out.

GUI interfaces are, of course, much more intuitive.

Regards,
Tony.
-- 
Tony Arnold, IT Security Coordinator, University of Manchester,
IT Services Division, Kilburn Building, Oxford Road, Manchester M13 9PL.
T: +44 (0)161 275 6093, F: +44 (0)870 136 1004, M: +44 (0)773 330 0039
E: tony.arnold at manchester.ac.uk, H: http://www.man.ac.uk/Tony.Arnold




More information about the ubuntu-users mailing list