• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/17

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

17 Cards in this Set

  • Front
  • Back
NET SHARE
syntax: NET SHARE share_name
displays permissions for a particular share
NET USE
syntax: NET USE
retrieves a list of network connections
NET USER
syntax: NET USER username
Adds or modifies user accounts, or displays user account information.
mount format for linux
sudo mount -o username=username //serverorIPaddress/sharename /mnt
OR
sudo mount serverorIPaddress:/sharename /mnt
unmount format for linux
umount /mnt/usb
UNC mapping format
\\server(or IP address)\share_name
ipconfig
in Microsoft Windows; a console application that displays all current TCP/IP network configuration values and can modify Dynamic Host Configuration Protocol DHCP and Domain Name System DNS settings.
ifconfig
after restarting Linux, verifies that changes to IP address have been made
dhclient
syntax: dhclient -r or dhclient eth0
Dynamic Host Configuration Protocol Client;
PING
tests whether a particular host is reachable across an IP network
chmod
syntax: chmod 777 filename
changes the permissions for a particular file
4 = read
2 = write
1 = exectute
owner/group/anyone
chown
syntax: chown alice file1 dir1
used to change the owner and group of files, directories and links
smbpasswd
change a user's SMB password
apt-get
Advanced Package Tool (APT) used to update and upgrade Linux packages, and apply patches to bug fixes while logged into root privilege.
restarting services
service network restart
OR
/etc/init.d/network restart
icacls
syntax: icacls E:\Data_dir
Lists the user permissions for a particular directory
exportfs -a
maintains a list of NFS exported file systems
-a (un)exports all directories listed in the exports file
-v