When we need more space on a server. To get more space we create new virtual LUNs from our storage and present that LUN on the server to get the required space. After exporting the LUNs to a server we need to create Physical Volume, Volume …
Sort the directories in Linux/RHEL Generally, we sort the list of the directory in ascending/descending order of the date/time but sometimes we need to sort the list of directories on the basis of the group or owner. Use the below commands to sort the list of …
Linux supports numerous file systems, but common choices for the system disk on a block device include the ext* family (ext2, ext3 and ext4), XFS, JFS, ReiserFS and btrfs. ext4 is the latest file system of ext* family. You can determine the file system of your various …
You can display a warning message to unauthorized users or display a welcome message or informational message to authorized users for SSH, and telnet logins in HP-UX. These messages can be displayed through banners, a legal banner contains some security warning information or general information, that …
To add a new user in Linux first, you need to log in with the root user. Add the new user through adduser command and set the password using the passwd command. Add a New User in Linux/Unix Here, I have created a new user dbappweb as an example. # …