1

Possible Duplicate:
Avoid to keep command in history

Is there a facility to skip history for some commands in Linux?

How can I skip history for a login?

When I login as user abc, I don't want my machine to save commands history for user abc.

0

1 Answer 1

2

You can use export the HISTIGNORE variable for this user. Have a look at this. To make it permanent, you need to export it in a file like ~/.bashrc.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.