ADV *NIX DAY 5 Flashcards

1
Q

Display a list of RPC services mapped to their corresponding port

A

rpcinfo -p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

View, enable/disable or modify interface configuration settings.

A

ifconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Unmount file systems.

A

umount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Run after updating /etc/exports, updates the current table of exports for the NFS server.

A

exportfs -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Search for a machine with an exported file system.

A

showmount –e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Sets the basic parameters for all services xinetd manages.

A

/etc/xinetd.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Directory contains a configuration file for each xinetd managed service.
Examples:
/etc/xinetd.d/telnet
/etc/xinetd.d/ftp

A

/etc/xinetd.d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Internet network services list, lists service-to-port mappings.

A

/etc/services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Maps RPC services defined in xinetd.conf to appropriate RPC program numbers.

A

/etc/rpc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Contains a table of local physical file systems on an NFS server that are accessible to NFS clients.

A

/etc/exports

How well did you know this?
1
Not at all
2
3
4
5
Perfectly