Understanding ps command Understanding ps command : Process is one of the most important concepts of the Linux OS. Once we run a shell command, a program is...
Category - SERVER MANAGEMENT
What is Sticky Bit in Linux?
Sticky bit is a flag added to a directory/file to avoid removing/renaming it by any user other than the owner or root.
Correct ownership of all accounts in cPanel ccidentally changed the ownership of all accounts in cPanel? Here is a simple script which helps you to correct the...
List connections on the server with netstat command You can find the connections on the server using netstat command. This will help us to determine if the...
Understanding FTP ( File Transfer Protocol )
Understanding FTP : File transfer protocol is one of the oldest TCP/IP protocol.