Tag: linux

How to Connect Your iPhone to Your Linux PC

    iPhones and iPads are popular devices, but they aren’t by any way open source. However, Apple devices use a host of open-source apps to communicate with other devices. Both macOS and Windows users can send and receive data to and fro iPhones by using Apple-provided software. What about Linux users? They cannot communicate […]

Create a User – Create a Group – Assign User to Group in Linux

delete files in linux

Create a User – Create a Group – Assign User to Group in Linux This article explained to create a user, create a group, assign a user to a group, delete a user, user password change, create a user with a home directory and without a home directory.   Create a User without Home Directory […]

How to Create a JAR file in Linux

Create a Jar File Created 3 sample files as file1.txt, file2.txt and file3.txt -bash-4.1$ ls file1.txt file2.txt file3.txt -bash-4.1$ jar -cvf test.jar * added manifest adding: file1.txt(in = 5) (out= 7)(deflated -40%) adding: file2.txt(in = 5) (out= 7)(deflated -40%) adding: file3.txt(in = 5) (out= 7)(deflated -40%) -bash-4.1$ ls file1.txt file2.txt file3.txt test.jar Unjar a Jar […]

Top Linux Interview Questions and Answers

Top Linux Interview Questions and Answers

Here I am sharing admin level top Linux Interview Questions and Answers.   Top Linux Interview Questions and Answers   Compare Linux & Windows operating systems Criteria Linux Windows Type of OS Open Source Proprietary Customization High level of customization Cannot be modify Security Excellent Cannot be modify What is LILO? LILO is Linux Loader […]