⟩ How to create samba server in fedora Linux 9?
vi /etc/samba/smb.conf
Add these lines
[fedora 9]
comment=publicstuff
path=/share
public=yes
writable=yes
available=yes
create mask=0777
directory mask=0777
vi /etc/samba/smb.conf
Add these lines
[fedora 9]
comment=publicstuff
path=/share
public=yes
writable=yes
available=yes
create mask=0777
directory mask=0777
The file /proc/modules is a text list of a) static modules b) dynamic modules c) modules that have been loaded by the system d) none of the mentioned
/proc/partitions contains a) major number of each partition b) minor number of each partition c) number of block and partition name d) all of the mentioned
Which one of the following operating system does not supports proc filesystem? a) IBM AIX b) QNX c) Solaries d) none of the mentioned
Obtaining of the PID can be done by the utility a) pgrep b) pidof c) ps d) all of the mentioned
Which one of the following contains various bits of information about the state of power management? a) /proc/acpi b) /proc/apm c) both (a) and (b) d) none of the mentioned
What is /proc/[PID]/cwd? a) symbolic link to current directory of the process b) regular file containing the information about the current status of the process c) directory containing various sub-directories d) none of the mentioned
Which one of the following is a sym-link to the root path as seen by the process? a) /proc/[PID]/root b) /proc/[PID]/path c) both (a) and (b) d) none of the mentioned
The directory /proc/[PID]/tasks contains a) hard links to any task that have been started by this process b) files that containing tasks that have been started by this process c) sub-direcories of various tasks d) none of the mentioned
The buddy algorithm handles the a) memory fragmentation b) DHCP server c) routing d) none of the mentioned
The list of available frame buffers are stored in a) /proc/[PID]/fb b) /proc/fb c) /proc/etc/fb d) none of the mentioned