Which command will take a foreground process and suspend it. and then place it in the background as a stopped job?
Answer(s): C
The command that will take a foreground process and suspend it, and then place it in the background as a stopped job is Ctrl+Z. This keyboard shortcut will send a SIGTSTP signal to the foreground process group, which will stop its execution and return control to the shell. The shell will then display the job number and status of the stopped process. To resume the process in the background, you can use the bg command with the job number or % sign.
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-jobs.html
What command would be used to add new physical volumes to an existing volume group?
Answer(s): A
To add additional physical volumes to an existing volume group, use the vgextend command. The vgextend command increases a volume group's capacity by adding one or more free physical volumes.https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/cluster_logical_volume_manager/vg_grow#:~:text=To%20add %20additional%20physical%20volumes,or%20more%20free%20physical%20volumes.The command that is used to add new physical volumes to an existing volume group is vgextend. This command will extend a volume group by adding one or more physical volumes to it. The physical volumes must be initialized with pvcreate before they can be added to a volume group.
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-lvm-vgs.html#sec-lvm-vgs-add-pv
When using the nice command, which of the following is the higher priority, -15 or 7?
Answer(s): B
When using the nice command, -15 is the higher priority than 7. The nice command can be used to run a process with a modified scheduling priority. The priority value ranges from -20 (highest priority) to 19 (lowest priority). The default priority is 0. Only root can assign negative priority values to processes.
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-nice.html
If the file1.txt file already exists in your home directory, what will the touch -7file1.txt command do if anything?
If the file1.txt file already exists in your home directory, the touch -7file1.txt command will change the access and modification times of the existing file1.txt file. The touch command can be used to create new empty files or update the timestamps of existing files. The -7 option specifies that only one timestamp should be changed instead of both.
https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-touch.html
Post your Comments and Discuss SUSE SCA_SLES15 exam with other Community members:
Hua Gong commented on May 28, 2024 Q19: https://documentation.suse.com/smart/network/html/ntp-time-synchronization/index.html Configuring NTP by adjusting /etc/chrony.conf NEW ZEALAND upvote
B commented on March 05, 2024 Q11: The name of the system logging facility is "syslog". https://www.rsyslog.com/doc/configuration/modules/pmnull.html#syslogfacility HUNGARY upvote
w commented on December 11, 2023 Question 20: Answer A is wrong. Should be "man cp" POLAND upvote
w commented on December 11, 2023 Answer to Q11 is wrong. RSYSLOG, not syslog-ng POLAND upvote
kagiso commented on October 19, 2023 this might come handy Anonymous upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the SCA_SLES15 content, but please register or login to continue.