6 August 201414 May 2023Linux CommandsBy Admin how to use locate command with its examples Examples: 1. To locate any file $ locate file.txt 2. To match only the basename against the pattern $ locate -b file.txt$ […]
6 August 201414 May 2023Linux CommandsBy Admin how to use locale command and its examples Examples: 1. To get the locale specific information $ locale 2. To get the names of available locale $ locale -a$ locale […]
6 August 201414 May 2023Linux CommandsBy Admin how to use lnstat command with its examples Examples: 1. To get the unified network statistics $ lnstat 2. To print the number of intervals $ lnstat -c 10 3. […]
5 August 201414 May 2023Linux InterviewBy Admin Generally asked Linux Interview Questions for beginners Q.1 Tell me about yourself / Brief me about yourself. Q.2 Brief me about current job, OR Name of company, job title […]
5 July 201414 May 2023Linux CommandsBy Admin how to use “ln” command with its examples Examples: 1. To create a link of an existing file $ ln file.txt file.ln 2. To create an soft link for the […]
5 July 201414 May 2023Linux CommandsBy Admin how to use “last” command with its examples Examples: 1. To see the list of last logged in users $ last 2. To specify last to use mentioned file instead […]
5 July 201414 May 2023Linux CommandsBy Admin how to use lastlog command with its examples Examples: 1. To print the last login of all the users $ lastlog 2. To print the records of specified days older $ lastlog […]
5 July 201414 May 2023Linux CommandsBy Admin how to use lastb command with its examples Examples: 1. To see the list of last logged in users $ last 2. To specify last to use mentioned file instead […]
5 July 201414 May 2023Linux CommandsBy Admin how to use killall command with its examples Examples: 1. To kill all the specified commands $ killall 2. To list all known signals $ killall -l$ killall –list 3. […]
5 July 201414 May 2023Linux CommandsBy Admin how to use “kill” command with its examples Examples: 1. To get the list of signals $ kill -l 2. To send a particular signal $ kill -s 9 3. […]