Trivial File Transfer Protocol (TFTP) is a file transfer protocol, with the functionality of a very basic form of File Transfer Protocol (FTP). It was first defined in 1980 and it is used for operations like firmware upgrade on network devices. This post won’t be the history lesson . To install tftp server on RH [...]
It is useful to know how to check the size of a folder. All you need to do is to run next command: # du -hs /dir/location/ For example: [root@myserver /]# du -hs /mail/mydomain.com/ 837M /mail/mydomain.com/ In this case, the size is shown in MBs.