156-31581 Exam QuestionsBrowse all questions from this exam

156-31581 Exam - Question 326


Which command lists all tables in Gaia?

Show Answer
Correct Answer: D

To list all tables in Gaia, the correct command is 'fw tab -s'. This command displays the names and IDs of the available kernel tables, effectively listing all the tables.

Discussion

7 comments
Sign in to comment
anasttomOption: D
Nov 15, 2023

Correct answer D

boomOption: C
Dec 11, 2023

Should be C: https://sc1.checkpoint.com/documents/R80.30/WebAdminGuides/EN/CP_R80.30_CLI_ReferenceGuide/html_frameset.htm?topic=documents/R80.30/WebAdminGuides/EN/CP_R80.30_CLI_ReferenceGuide/208178

viktorpardo22Option: D
Dec 14, 2023

https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_CLI_ReferenceGuide/Topics-CLIG/FWG/fw-tab.htm

85rodOption: D
Nov 6, 2023

Correct answer D

Janiga2009Option: C
Dec 1, 2023

Correct Answer C In Check Point's Gaia operating system, the command used to list all tables is fw tab -t. This command provides a list of all tables available in Gaia, including various information related to those tables. If you want to view all tables and their contents in more detail, you can use additional options with the fw tab command, such as -t -s to display the contents of the tables or other flags to specify particular information.

YK_1Option: D
Dec 11, 2023

Correct answer D Specifies the kernel table by its name of unique ID. fw tab -t <Table> To see the names and IDs of the available kernel tables, run: fw tab -s https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_CLI_ReferenceGuide/Topics-CLIG/FWG/fw-tab.htm

c0be09eOption: D
Jul 10, 2024

I'm gonna go with D. C and D are technically correct if you read the manual. "To view all existing kernel tables, type fw tab -t <tablename>", but also "to view only the table names use fw tab -s" In this case I believe the keyword is "which command 'lists'". If I wanted to only list the tables I'd use -s.