Command: strip - remove symbol table from executable file Syntax: strip [file] ... Flags: (none) Example: strip a.out # Remove symbols from a.out For each file argument, strip removes the symbol table. Strip makes a copy of the file being stripped, so links are lost.