Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

How do I change the user in Ubuntu?

Answer»
2.

How to install ip command in ubuntu?

Answer» 34. How do I DELETE a USER ACCOUNT in UBUNTU?
3.

How do I change the root password in Ubuntu terminal?

Answer»
4.

How to use find command in ubuntu?

Answer»
5.

How to use chmod command in ubuntu?

Answer»
6.

How to use telnet command in ubuntu?

Answer»
7.

How do I free up disk space on Ubuntu?

Answer»
8.

How to check ram size in ubuntu command?

Answer»
9.

How do you create an empty file in Ubuntu?

Answer»
10.

How to use sudo command in ubuntu?

Answer»
11.

How do I reboot Ubuntu?

Answer»
12.

How to check opencv version ubuntu command?

Answer»
13.

How to use repo command in ubuntu?

Answer»
14.

How to open csv file in ubuntu command?

Answer»
15.

How do you create a new file in Ubuntu?

Answer»
16.

How to open a file in Ubuntu terminal?

Answer»
17.

How to start services in Ubuntu?

Answer»
18.

How do I create a service in Ubuntu?

Answer»
19.

What is the Ubuntu terminal?

Answer»

Ubuntu terminal is an interface in which users can type and execute text-based commands. It is used because of faster work COMPLETION as compared to GRAPHICAL APPLICATIONS and MENUS.

20.

What are some New features in Ubuntu 17.10?

Answer»

Here is a LIST of new features added to Ubuntu 17.10.

  • As the DEFAULT DESKTOP, GNOME replaces Unity
  • Default display server Wayland
  • Default Display Manager GDM
  • WiFi Captive Portals SUPPORT
  • Better support for Bluetooth speakers
  • Performance improvement with LINUX Kernel 4.13
21.

Which is the best version of Ubuntu?

Answer»
22.

How do I install Ubuntu on my PC?

Answer»

We have to follow these steps to install Ubuntu in PC:

  • Put the Ubuntu DVD in drive 7 restart the computer
  • Select the language. Either choose Try Ubuntu or Install Ubuntu depending on your preference
  • Select the Detect Keyboard Layout and Continue
  • Choose Normal installation' or ‘Minimal installation’ ACCORDING to your choice and continue
  • Choose whether you WANT to install Ubuntu alongside ANOTHER operating system or delete the existing one and replace it with Ubuntu
  • Now click Install Now and Continue
  • Select your CURRENT location if you are connected with internet
  • Put your preferred location
  • Choose the BACKGROUND installation
  • Select the popped up Restart option to end the process
23.

What is the latest version of Ubuntu?

Answer»

Ubuntu 18.10or Cosmic Cuttlefish is the latest VERSION of this OPERATING system, released on 18 OCTOBER 2018. The Ubuntu 19.04, codenamed Disco Dingo, is the upcoming release for the operating system, scheduled for 18thApril 2019 release.

24.

What is Ubuntu and how does it work?

Answer»

Based on Linux, Ubuntu is free to use the desktop operating system. The operating system is primarily intended for personal computers but can be USED on the SERVER also. Ubuntu EMPLOYS GNU Network Object MODEL Environment, pronounced gah-NOHMor GNOME, which is a GRAPHICAL user interface and set of applications on the desktop for Linux.

25.

How do you go to a directory in Ubuntu?

Answer»

There are different COMMANDS to ACCESS the directory in Ubuntu.

  • CD /- To NAVIGATE the root directory
  • cd or cd ~ - To navigate through the home directory
  • cd–To navigate up one directory level
  • cd -- To navigate to the PREVIOUS directory
26.

How to use mkdir command in Ubuntu?

Answer»

The mkdir command is used in Ubuntu to CREATE new DIRECTORIES. The syntax to USE the mkdir command is DESCRIBED below:

Example

mkdir [OPTION]... DIRECTORY.

27.

What is sudo command in Ubuntu?

Answer»

Sudo or “superuser do!”USED to run commands in UBUNTU with ELEVATED privileges, which are REQUIRED to perform specific administrative TASKS.

28.

How do I get help in Ubuntu terminal?

Answer»

We can use the following ways to get HELP in the Ubuntu terminal.

  • Use of –h or –help command
  • Using tab completion on the Shell
  • Use the help command by PRESSING CTRL+ ALT+ T and then type help
  • Using the man pages
  • Using the INFO command
  • Using the relevant command
29.

How do I get to root in Ubuntu?

Answer»

Running root COMMANDS with SUDO is the most PREFERRED way to root in Ubuntu. We can follow this process to root in Ubuntu.

  • Open a terminal window using Ctrl+Alt+T
  • Type the command sudo before the rest of your command
  • Put the command gksudo before running a command that opens a program with a GUI
  • Now simulate a root environment
  • Finally, give sudo access to ANOTHER user

Advance Linux interview question and SUGGESTED answers for them to be followed by freshers and experienced.

30.

What are the basic commands in Ubuntu?

Answer»

Ubuntu has a long list of basic commands. Here is the list of most used ones:

  • Sudo–to be used for a command that requires root permissions
  • ls (list) - terminal will SHOW you all the files and folders of the directory
  • cd –Prime command that always is in use in terminal
  • pwd - displays the FULL pathname of the current working directory
  • cp - allows copying a file
  • mv - allows MOVING a file
  • rm - allows removing a specified file
  • mkdir–Used to create a new directory
  • history - displays all of the previous commands
  • df - presents information of all mounted filesystems disk space usage
  • du - shows the size of a directory and subdirectories
  • free –allows us to see the AMOUNT of open space available in the system
  • uname–a–Offers a wide RANGE of necessary information regarding system
  • top –displays the process utilizing the most system resources at any given time
  • info –displays a manual page with precise information
31.

Why is it called Ubuntu?

Answer»

Ubuntu is a South African ethical IDEOLOGY which comes from the XHOSA and Zulu languages and roughly translates as “humanity towards others.” As the platform is based on FREE software and shares the BELIEF of connectivity to all, the name “Ubuntu” is best SUITED for it.

32.

Explain the difference between Windows and Ubuntu?

Answer»
S.noWindowsUbuntu
1.Users have to PAY to use Windows.Free and AVAILABLE as OPEN source.
2.Supports executable files.Does not SUPPORT executable files.
3.Doesn’t support server.Can WORK as a server.
4.Doesn’t support multiple desktop environment.Supports multiple desktop environments.
5.Doesn’t has its own software manager.It has its own software manager.
33.

What are the Minimum System Requirements to install Ubuntu?

Answer»

The minimum system requirements for Ubuntu are as following:

  • 2 GB RAM
  • 2 GHZ dual-core processor
  • 25 GB of hard-drive space
  • 1024x768 SCREEN resolution VGA capable
  • Either a DVD/CD drive or a USB port for the installer media
  • Internet access (ADDITIONAL)

FOLLOW further to get the Ubuntu command line list.

34.

How do I check my current version of Ubuntu?

Answer»

To check the CURRENT version of Ubuntu, we have to follow these steps:

  • Open the terminal
  • Put the command lsb_release -a
  • A message will be followed up LIKE this:
EXAMPLE

$ lsb_release –a

No LSB modules are AVAILABLE.

Distributor ID: Ubuntu

Description: Ubuntu 17.10.3 LTS

Release: 17.10

Codename: TRUSTY

(The release and description numbers are an example here)

The List of common Ubuntu terminal commands.