Showing posts with label UNIX. Show all posts
Showing posts with label UNIX. Show all posts

31 July 2010

Make changes to .bash_profile and need to update the current session?

$ source .bash_profile


With the above command, the user does not have to logout.

14 November 2007

How to view terminal values in UNIX/Linux?

Below command is used to view the terminal values

$stty -a

Sometimes,we may see rows & columns are displayed improperly or scattered to overcome this use the below command

$reset