Create a catalog under /home named admins. Its respective group is requested to be the admin group. The group
Create a catalog under /home named admins. Its respective group is requested to be the admin group. The group users could read and write, while other users are not allowed to access it. The files created by users from the same group should also be the admin group. # cd /home/ # mkdir admins / […]
Add 3 users: harry, natasha, tom.
Add 3 users: harry, natasha, tom. The requirements: The Additional group of the two users: harry, Natasha is the admin group. The user: tom’s login shell should be non-interactive. # useradd -G admin harry # useradd -G admin natasha # useradd -s /sbin/nologin tom # id harry;id Natasha (Show additional group) # cat /etc/passwd (Show […]
Configure your Host Name, IP Address, Gateway and DNS.
Configure your Host Name, IP Address, Gateway and DNS. Host name: station.domain40.example.com /etc/sysconfig/network hostname=abc.com hostname abc.com IP Address:172.24.40.40/24 Gateway172.24.40.1 DNS:172.24.40.1 # cd /etc/syscofig/network-scripts/ # ls # vim ifcfg-eth0 (Configure IP Address, Gateway and DNS) IPADDR=172.24.40.40 GATEWAY=172.24.40.1 DNS1=172.24.40.1 # vim /etc/sysconfig/network (Configure Host Name) HOSTNAME= station.domain40.example.com OR Graphical Interfaces: System->Preference->Network Connections (Configure IP Address, Gateway and […]
Which of the following is true of Service Catalog Items in relation to the Service Catalog?
Which of the following is true of Service Catalog Items in relation to the Service Catalog? A. They run behind the scenes. B. They are the building blocks. C. They are optional. D. They provide options.
Buttons, form links, and context menu items are all examples of what type of functionality?
Buttons, form links, and context menu items are all examples of what type of functionality? A. Business Rule B. UI Action C. Client Script D. UI Policy
From the User menu, which actions can a user select?
From the User menu, which actions can a user select? (Choose three.) A. Send Notifications B. Log Out ServiceNow C. Elevate Roles D. Impersonate Users E. Order from Service Catalog F. Approve Records
What is generated from the Service Catalog once a user places an order for an item or service?
What is generated from the Service Catalog once a user places an order for an item or service? A. A change request B. An Order Guide C. A request D. An SLA
Which term refers to application menus and modules which you may want to access quickly and often?
Which term refers to application menus and modules which you may want to access quickly and often? A. Breadcrumb B. Favorite C. Tag D. Bookmark
What is the path an Administrator could take to view the fulfillment stage task list for an order placed by a
What is the path an Administrator could take to view the fulfillment stage task list for an order placed by a user? A. RITM (Number)>REQ (Number)>PROCUREMENT (Number) B. REQ (Number)>RITM (Number)>PROCUREMENT (Number) C. REQ (Number)>RITM (Number)>TASK (Number) D. FULFILLMENT (Number)>RITM (Number)>TASK (Number)
Knowledge Base Search results can be sorted by which of the following?
Knowledge Base Search results can be sorted by which of the following? (Choose three.) A. Most recent update B. Popularity C. Relevancy D. Manager assignment E. Number of views