Associate Technical Operations
Associate Technical Operations Interview Questions and Answers for Freshers
Q1. Basic Linux commands What is the use of cat command? What command is used to create a directory? - create an empty file - copy a file - compare 2 files - change permissions - list of files - grep commands (some...
read moreCat command is used to display the contents of a file on the terminal.
Can be used to display the contents of a single file or multiple files at once
Can be used to concatenate multiple files into a single file
Can be used to create a new file and add content to it using input redirection
Syntax: cat filename
Syntax: cat file1 file2 > newfile
Q2. Which of the following command is used to count the total number of lines, words, and characters contained in a file?
The command used to count lines, words, and characters in a file is 'wc'.
The 'wc' command stands for 'word count'.
The '-l' option is used to count lines, '-w' for words, and '-c' for characters.
For example, 'wc -lwc filename' will give the line, word, and character count for the file named 'filename'.
Associate Technical Operations Jobs
0Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month