![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where we can get the logs for a command execution successfully? | susinthaa | SUN Solaris | 4 | 07-10-2007 01:35 AM |
| logs | lordmod | UNIX for Advanced & Expert Users | 1 | 02-13-2007 06:41 PM |
| scp logs | gsr_kashyap | Linux | 0 | 08-02-2006 04:22 AM |
| rcp logs | ilkergu | HP-UX | 0 | 08-08-2005 04:51 AM |
| Logs | jtapia | UNIX Desktop for Dummies Questions & Answers | 4 | 03-28-2002 12:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Not normally. UNIX does keep a history file of your recent commands. The fc command for your system can recall commands recently issued. The file itself is indentifed in the environment variable HISTFILE Code:
echo $HISTFILE All of this is predicated on you using a modern, POSIX shell. If your shell is ancient, I cannnot tell you what to do. I'm guessing you are using bash, which is POSIX-compliant, since CentOS 5.1 is the current release. |
![]() |
| Bookmarks |
| Tags |
| unix commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|