Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

tgk streamline solutions


{ City } chennai
< Country > india
* Profession * hr manager
User No # 126194
Total Questions Posted # 86
Total Answers Posted # 351

Total Answers Posted for My Questions # 101
Total Views for My Questions # 107362

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Answers / { tgk streamline solutions }

Question { 1527 }

What does the 'cd' command do in Linux?


Answer

To change the current directory in Linux, use the 'cd' command. For example, you would use 'cd Documents' to navigate to the 'Documents' subdirectory if you were in the home directory.

Find someone who can demonstrate how the 'cd' command can be used with both absolute and relative routes, giving instances of each. This demonstrates their practical filesystem navigation experience.

Is This Answer Correct ?    0 Yes 0 No

Question { 1569 }

How would you check the available disk space on a Linux system?


Answer

You can use the 'df' command, which stands for 'disk free', to see how much disk space is available on a Linux machine. Details regarding the disk space usage of the file system are provided by this command.

A smart response will point out that the space should be displayed in GB or MB rather than blocks by using 'df -h' for a more understandable format. This illustrates their capacity for clear data interpretation and presentation.

Is This Answer Correct ?    0 Yes 0 No


Question { 1631 }

What is the purpose of the 'chmod' command?


Answer

To modify the file permissions in Linux, use the 'chmod' command. You can specify who has the ability to read, write, and execute a file or directory with this command.

The various permission settings (read, write, and execute) and how to use both symbolic and numeric modes should be explained by candidates. This shows that they know how to handle file security.

Is This Answer Correct ?    0 Yes 0 No

Question { 1469 }

How do you view the contents of a file in Linux?


Answer

To view the contents of a file under Linux, you can use the 'cat', 'less','more', and 'tail' commands. Depending on the file size and required information, each command has a specific use case.

'cat' displays the full file at once, 'less' and'more' allow for paginated browsing, and 'tail' displays the final few lines. Candidates should explain these differences. This demonstrates how adaptable they are in managing various situations.

Is This Answer Correct ?    0 Yes 0 No

Question { 1451 }

Explain how you would find a specific string in a file.


Answer

You can use the 'grep' program to locate a certain string in a file. 'grep "search_string" filename', for instance, will look for'search_string' inside 'filename' and show the lines that match.

An ideal applicant will be aware of extra options like 'grep -i' for case-insensitive searches and 'grep -r' for recursive directory searches. This indicates a deeper comprehension of the proper use of 'grep'.

Is This Answer Correct ?    0 Yes 0 No

Question { 1480 }

How do you list all the files in a directory, including hidden files?


Answer

The 'ls -a' program is used to list every file in a directory, including hidden files. In Linux, hidden files begin with a dot (.), and 'ls -a' guarantees that they are also visible.

Additionally, candidates should use 'ls -l' to obtain a comprehensive listing that includes ownership, modification dates, and file permissions. This demonstrates their ability to retrieve detailed file information.

Is This Answer Correct ?    0 Yes 0 No

Question { 1548 }

What is the purpose of the 'ps' command?


Answer

To get details about the processes that are executing at the moment, use the 'ps' command. It gives information like the process ID (PID), the process's terminal, CPU consumption, and more.

Seek applicants who can describe how to use 'ps aux' to obtain a more thorough list of all processes and their characteristics. This demonstrates their capacity for efficient system process monitoring and management.

Is This Answer Correct ?    0 Yes 0 No

Question { 1460 }

How do you check the current system uptime in Linux?


Answer

The 'uptime' command can be used to determine the system's uptime right now. This command shows the current time, the number of users, the average system load, and the duration of the system's operation.

An explanation of the load average and its significance in comprehending system performance will be part of a compelling response. This shows how well the candidate can evaluate the health of the system.

Is This Answer Correct ?    0 Yes 0 No

Question { 1750 }

How would you monitor real-time system performance in Linux?


Answer

Candidates may include 'top' and 'htop' as tools for tracking system performance in real time. A dynamic view of the system, including CPU, memory, and load average utilization, is displayed by these instructions.

Using 'iostat' for I/O statistics and 'vmstat' for memory statistics provides an additional choice. Performance optimization may benefit greatly from the more thorough breakdown of system resource utilization that these tools offer.

Seek applicants who can describe the significance of tracking various metrics and how they would use this data to identify and address performance problems.

Is This Answer Correct ?    0 Yes 0 No

Question { 1427 }

Explain how you would manage background and foreground processes in Linux.


Answer

Commands like 'bg', 'fg', and 'jobs' are used to manage background and foreground processes. 'jobs' lists all jobs launched in the current session, 'fg' brings a process to the foreground, and 'bg' sends it to the background.

For instance, you can use Ctrl+Z to suspend a process that is running in the foreground and then use 'bg' to continue running it in the background if you need to free up the terminal.

The best answers will demonstrate an awareness of process management and include situations where managing background processes is required, including when lengthy scripts or maintenance activities are being performed.

Is This Answer Correct ?    0 Yes 0 No

Question { 1647 }

What are the main components of a Linux system?


Answer

The main components of a Linux system are the kernel, shell, and file system.

Is This Answer Correct ?    0 Yes 0 No

Question { 1534 }

What is the role of the Linux kernel?


Answer

The Linux kernel is the core component of the operating system that manages system resources and provides services to applications.

Is This Answer Correct ?    0 Yes 0 No

Question { 1684 }

What are some popular Linux distributions?


Answer

Popular Linux distributions include Ubuntu, Debian, Fedora, CentOS, and Red Hat Enterprise Linux.

Is This Answer Correct ?    0 Yes 0 No

Question { 1691 }

How do you change file permissions in Linux?


Answer

The "chmod" command is used to change file permissions in Linux. For example, "chmod 755 filename" sets read, write, and execute permissions for the owner and read and execute permissions for others.

Is This Answer Correct ?    0 Yes 0 No

Question { 1641 }

How do you find files in Linux?


Answer

The "find" command is used to search for files and directories in Linux based on various criteria like name, size, and permissions.

Is This Answer Correct ?    0 Yes 0 No

Prev    1   ... 3   ... 5   ... 7   ... 9   ... 11   ... 13   ... 15    17   [18]    19  ... 21   ... 23    Next