The “screen” command in Linux is a terminal multiplexer, which allows a user to open and manage multiple terminal sessions within a single terminal window.…
Leave a CommentCategory: OS FOR DBAs
The chattr command in Linux is a file system command which is used for changing the attributes of a file in a directory. The primary…
Leave a CommentWe wanted to keep track of an HTTP link and receive email alerts when there were any changes to its IP addresses. To accomplish this,…
Leave a CommentDecommissioning a virtual machine (VM) involves removing it from production and taking steps to ensure that it can no longer be used or accessed. Here…
Leave a CommentIf you are trying to increase your disk partition in the Linux Server and you are getting below error then you are hitting the 2TB…
Leave a CommentModifying the OS user limits in Linux is necessary to ensure that the system’s resources are being used efficiently and that the system remains stable.…
Leave a CommentSolaris is one of the flavor of UNIX and is currently controlled by Oracle corporation.
Below are some of the useful Soalris command from DBA perspectives.
Leave a CommentBelow are some of the useful UNIX/LINUX commands which we use frequently: –LIST YOUR FILES ls — lists your files ls -l — lists your files in…
1 CommentA crontab file has five fields for specifying day , date and time followed by the command to be run at that interval. #—————————————————————————————— #…
Leave a CommentMany times proper functioning of application demands that the account/password of the OS (Linux/UNIX) user which owns the application should not expire. chage is the OS…
Leave a Comment