[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: command history via Web-console.



On Wed, May 2, 2012 at 3:21 AM, Muhammad Yousuf Khan <sirtcp@gmail.com> wrote:
> Hello everyone,
>
>
> I am using few web front end tools in debian and other destros and for
> learning purpose i would like to know the command history that has
> been ran via Web console. does linux provide any option by which i can
> check the history of commands.

The operating system is simply a framework on which applications run.
The operating system will not keep track of what your web
administration interface runs.  That will be up to your administrative
interface and/or any utilities it's calling directly on the server.

For example, if your utility calls the dpkg command in the background,
that will be in /var/log/dpkg.log file.  If it is doing things without
calling operating system utilities, then it will have to have its own
logs (probably, again, in /var/log).  If it is not logging anything,
then there is no way to retrieve a history of what it's doing.

-- 
Chris


Reply to: