BASH commands are case sensitive while DOS commands are not case sensitive. DOS follows a convention in naming files. In DOS, 8 character file name is followed by a dot and 3 characters for the extension. BASH doesn't follow such convention. 22) What is a root account? The root account ...
Ans. Both find and locate commands that are used for searching files on Linux. The ‘find’ command searches file in real-time and thus take a longer time to return the search result in case there are too many files to scan through. Whereas, ‘locate’ command is much faster than find ...
This article contains a few interview questions related to Unix or Linux Shell Scripting and command-line stuff. Some of them could be commonly asked, most of them are not so. For questions for which we have a detailed explanation, a link would be provided after the answer for detailed refe...
Check for interface errors and dropped packets using ifconfig or ip commands. Use tcpdump or wireshark to capture and analyze network traffic. 10. Common performance analysis and diagnostic commands top, htop, vmstat, iostat, sar, strace, tcpdump, netstat, lsof, etc. 11. What is process int...
I took some time to contact Jeff Hoogland, lead developer for Bodhi Linux, and asked him a few questions about the distribution he is in charge with. TuxArena: Hello there, Jeff. Thank you for taking the time to talk with us about Bodhi Linux. Jeff: Any time – I always love talking...
“Start Menu,” Bliss background and everything. It was good enough to fool both roommates… they’ve NEVER mentioned a peep about any problems at all. As a test, I asked one of them (who were unaware of the switch) if they noticed any problems with the computer since I had been ...
Q4: What are the common commands within the fdisk utility? Some common fdisk commands include: m:Display the help menu. p:Print the partition table. n:Create a new partition. d:Delete a partition. t:Change a partition’s type. w:Write the changes to disk and exit. ...
Execute combine multiple shell commands in one line. If you want to execute each command only if the previous one succeeded, then combine them using the && operator: cd /my_folder && rm *.jar && svn co path to repo && mvn compile package install If one of the commands fails, then ...
Frequently Asked Questions What categories of Linux users are there? In Linux, there are three different user types: root, regular, and service. What should a Linux administrator know? A Linux system administrator must understand firewalls, databases, working networks, and network security. The reas...
25:Teacher Input on Edubuntu: You might think that someone asked a teacher about what they needed in Edubuntu before it was created, but apparently that is not the case! Surprised? I was. The blueprint hasn’t been updated, but it’s plausible that it happened at some point. ...