Linux Foundation Certified System Administrator
Last Update Oct 15, 2025
Total Questions : 260
We are offering FREE LFCS Linux Foundation exam questions. All you do is to just go and sign up. Give your details, prepare LFCS free exam questions and then go for complete pool of Linux Foundation Certified System Administrator test questions that will help you more.
Which of the following commands can be used to search for the executable file foo when it has been placed in a directory not included in $PATH?
What is the correct command to extract the contents of the archive file download.bz2?
Given the following routing table:
How would an outgoing packet to the destination 192.168.2.150 be handled?
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?
Which commands can be used to change a user's account aging information? (Choose THREE correct answers.)
Which of the following commands will print the last 10 lines of a text file to the standard output?
Which of the following commands can be used to limit the amount of memory a user may use?
Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?
What information can the lspci command display about the system hardware? (Choose THREE correct answers.)
Which port is the default server port for the HTTPS protocol? (Specify the port number using digits.)
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
Which environment variable should be set in order to change the time zone for the commands run from within the environment variable's scope? (Specify the variable name only.)
Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
Which of the following details is NOT provided in any output from the netstat utility?
Which of the following crontab entries will execute myscript at 30 minutes past every hour on Sundays?
Which of the following IPv4 networks are reserved by IANA for private address assignment and private routing? (Choose THREE correct answers.)
Which of the following is the device file name for the second partition on the only SCSI drive?
Which of the following sequences in the vi editor saves the opened document and exits the editor?(Choose TWO correct answers.)
Which option to the yum command will update the entiresystem? (Specify ONLY the option name without any additional parameters.)
How can the existing environment variable FOOBAR be suppressedfor the execution of the script./myscript only?
Which Bash environment variable defines in which file the user history is stored when exiting a Bash process? (Specify ONLY the variable name.)
Which grep command will print only the lines that do not end with a / in the file foo?
After moving data to a new filesystem, how can the former path of the data be kept intact in order to avoid reconfiguration of existing applications? (Choose TWO correct answers.)
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)
Which command displays a list of allbackground tasks running in the current shell? (Specify ONLY the command without any path or parameters.)
Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.)
Which command makes the shell variable named VARIABLE visible to subshells?
During a system boot cycle, what program is executed after the BIOS completes its tasks?
How can the current directory and its subdirectories be searched for the file named MyFile.xml?