Re: Shells, Mplayer and Security

2004-08-26 Thread Johnix
Andor Demarteau <[EMAIL PROTECTED]> writes: > > > ~$ sudo apt-get > > What does sudo stand for? su is the command that lets you gain super-user rights. sudo means "as super-user, do ..." but only applies to a restricted set of commands. Have fun, -- Thomas Tempé http://www.alysse.org/tom Bi

Re: X Accessibility

2004-08-25 Thread Johnix
Andor Demarteau <[EMAIL PROTECTED]> writes: > > Perhaps even psudo object oriented command > > structures where you'd say > > file1->copy(file2, other, arguments); > > IN stead of the usual. I would advise you to get used to the unix shell syntax. Being less verbose, it is much more expressi