How to Reduce the size of wtmpx file
Step 1: Introduction The utmpx and wtmpx files are extended database files that have superseded the obsolete utmp and wtmp[…]
Read more
Step 1: Introduction The utmpx and wtmpx files are extended database files that have superseded the obsolete utmp and wtmp[…]
Read more
FTP is built on a client-server architecture and uses separate control and data connections between the client and the server.[…]
Read more
Introduction NFS (Network File Server) is used for sharing files between linux to linux, unix to linux and vice versa.[…]
Read more
Introduction A backup, or the process of backing up, refers to the copying and archiving of computer data so it[…]
Read more
Introduction Linux has inherited from UNIX the concept of ownerships and permissions for files. When applying permissions to directories on[…]
Read more
Zip a Single File To make a zip of single file, execute the below command: #zip file.zip file1 file2 Zip[…]
Read more