The size [/path/to/binary] command gives the segment sizes of a binary executable or archive file. This is mainly of use to programmers.
[root@vikas s_w]# size /root/Desktop/current_task/sharedmem_c/a.out
text data bss dec hex filename
1254 260 8 1522 5f2 /root/Desktop/current_task/sharedmem_c/a.out
[root@vikas s_w]#
No comments:
Post a Comment