Preview

Assignment 4

Satisfactory Essays
Open Document
Open Document
425 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Assignment 4
Jorge Santana
Cheryl Bunce
IT302 Linux System Administration
08/16/2013
Assignment 4.1:
This assignment covers the Network File System (NFS), Samba, and directory sharing.
1. Submit written answers to the following questions:
a. What command can be used to view a list of directory hierarchies, including the file system type?
Answer: # ls -al

b. What command will display a list of NFS exports?
Answer: # usr/sbin/showmount -e

c. What /etc/exports entry would export a directory named /nfs to all clients on the subnet 192.168.10.0 and give them read-only access?
Answer: # /nfs 192.168.10.0/24(ro)

d. What entry would you place in /etc/fstab to mount the above export at boot time? Presume the directory hierarchy is being exported by a server named nfsserv, and the mount point is /mnt/nfs.
Answer: mount nfsserv:/mnt /nfs.

e. What command line utility is used to create/change passwords for Samba user accounts?
Answer: smbpasswd' for more information. You must be root or run with sudo to change other users passwords. Change password with the command 'smbpasswd '
# smbpasswd jorge or $ sudo smbpasswd jorge

f. Why is it a bad idea to run swat (Samba Web Administration Tool) across an insecure network?
Answer: SWAT transmits your log-in and password information via unencrypted cleartext. That means anyone sniffing passwords that happens upon your connection can easily gain access to it. Unscrupulous individuals looking for sensitive data that is being transmitted insecurely so they can exploit it.

g. What Samba share will allow users to use their home directories across a Windows network?
Answer: \\homeshare\sharename

h. What is the name of the main Samba configuration file?
Answer: /etc/smb/smb.conf or /etc/samba/smb.conf.

2. Create an entry for the above file that would allow Samba to share a directory named /data. The share should be named Data, should be

You May Also Find These Documents Helpful

  • Good Essays

    Nt1330 Unit 1 Assignment

    • 604 Words
    • 3 Pages

    The net- work that NIS serves is called an NIS domain. Each NIS domain has one master server; larger networks might have slave servers. And Samba is a suite of programs that enables a server to share directory hierarchies and printers with a client. Typically the server is a Linux system and the client is a Windows machine. A directory hierarchy or printer that Samba shares between server and client systems is called a share. To access a share on a Linux system, a Windows user must supply a username and password. Usernames must correspond to Linux usernames either directly or as mapped by the file that is pointed to by the username map parameter in smb.conf, often /etc/samba/smbusers. Samba passwords are generated by smbpasswd and kept in a Trivial Database named…

    • 604 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    NT1430 Lab2 Joy Brewer

    • 989 Words
    • 4 Pages

    When you perform the chmod 755 filename command you allow everyone to read and execute the file, and the file owner is allowed to write to the file as well…

    • 989 Words
    • 4 Pages
    Powerful Essays
  • Good Essays

    Nt1330 Unit 7 Lab 1

    • 566 Words
    • 3 Pages

    3: In the ETC folder is a file called hosts, open this file with notepad (double click then open with…

    • 566 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    ____ 3. The NTFS ____ attribute protects folders and files so that only the user who encrypts the folder or file is able to read it.…

    • 1328 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    Assignment 2

    • 1856 Words
    • 7 Pages

    Office Support, Inc. provides on-site repair for most large photocopy machines. It currently has five…

    • 1856 Words
    • 7 Pages
    Good Essays
  • Satisfactory Essays

    Assignment 4

    • 1083 Words
    • 5 Pages

    2. How many months' worth of expenses do you think your financial reserve should include? Describe at least two reasons for this decision. (3-6 sentences. 2.0 points)…

    • 1083 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Assignment 7 Week 7

    • 267 Words
    • 1 Page

    4. How can you find out if the working directory is the home directory of an NIS user?…

    • 267 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    Assignment 4

    • 6898 Words
    • 17 Pages

    "What is necessary to change a person is to change his awareness of himself. --…

    • 6898 Words
    • 17 Pages
    Powerful Essays
  • Satisfactory Essays

    d. True or False: A common way to share resources on a client/server network is by modifying the file-sharing controls via the computer’s operating system.…

    • 431 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Assignment 2

    • 419 Words
    • 2 Pages

    This was composed as an ensemble. The introduction leads to a new theme: strong pair of beats alternating…

    • 419 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Beginner

    • 466 Words
    • 2 Pages

    1. Is each of the following an absolute pathname, a relative pathname, or a simple filename?…

    • 466 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    * Server Message Block 2.0 (SMB): this networking feature of windows is also available for both “Windows Server 2008” and “Windows Vista”. It can also be termed as the “Common Internet File System (CIFS)”. It is used on widows-based computers as a default file sharing protocol. SMB supports:…

    • 1153 Words
    • 5 Pages
    Good Essays
  • Better Essays

    Every computer system needs to have some way to manage the files that it contains. Whether or not the user even knows it, it is something the system does automatically. The way that each system manages files is different and unique. The way to save information on the system should make life simpler on the user. The differences of each of these file management systems are easy to outline, and even though the processes are very similar, they are definitely different. Typically, a file management system consists of system utility programs that run as privileged applications. However, at the very least, a file management system needs special services from the operating system; at the most, the entire file management system is considered part of the operating system (Stallings, 2012).…

    • 771 Words
    • 4 Pages
    Better Essays
  • Satisfactory Essays

    File Management

    • 463 Words
    • 2 Pages

    UNIX has a very distinct file system. While the file directory system is similar to Windows, the users Graphical Users Interface (GUI) is not. UNIX utilizes a command line prompt where Windows provides an actual GUI to interact inside the file system. The standard double-click icon will not pertain to this paper. UNIX users are primarily system developers, programmers, and administrators. A common computer user, such as my workplace, primarily executes operations in a Windows based environment.…

    • 463 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    b) Write a program in C to check whether a given system is ANSI C complaint or…

    • 273 Words
    • 2 Pages
    Satisfactory Essays

Related Topics