[Ilugc] One Day One Command (DEALLOCVT)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Wed Aug 17 22:26:47 2005

Since 1992,  The Linux Documentation Project (TLDP) is  the  largest
collection of volunteers Authoring, Reviewing and Managing Documents
about the GNU/Linux OS. URL: http://www.tldp.org/

One Day One Command 
===================

deallocvt -- Deallocate Unused Virtual Consoles.

Summary:

The command deallocvt deallocates kernel memory and data structures 
for all *UNUSED* virtual consoles.

When you do 'openvt', a new virtual console will be created on the
next free terminal. After using that, We can deallocate it using the
'deallocvt' command.

Examples:

# openvt -s ls -- Run the 'ls' on next free VT (mostly on 7).

# deallocvt -- Deallocate unused VT. Now switch to 7(?), you won't 
               see any change on the screen.

# deallocvt 7 -- Deallocate /dev/tty7, if it is unused.

Read: man deallocvt

HTH :)
--
Bharathi S
ODOC LJ -- http://www.livejournal.com/community/ilugc/

Other related posts:

  • » [Ilugc] One Day One Command (DEALLOCVT) - Bharathi Subramanian