Nt1430 Unit 4 Chptr 14 1. Which commands can you use from the command line to send a file to the default printer? lp or lpr 2. Which command would you give to cancel all print jobs on the system? Either sudo lprm – or sudo cancel –a will remove all jobs from the print queues 3. Which commands list your outstanding print jobs? lpq or lpstat 4. What is the purpose of sharing a Linux printer using Samba? Sharing a Linux printer using Samba allows Windows and OS/2 clients to send print jobs
Words: 459 - Pages: 2
Unit 5 Ch 18 end of chapter questions/exercises #1 -4 , #6. 1. What is the difference between scp and sftp utilities? The SCP (secure copy) utility copies an ordinary or directory file from one system to another on a network SFTP is a secure FTP Client. 2. How can you use ssh to find out who is logged inon a remote system? Assuming you have the same username on both systems, the following command may prompt you for your password on the remote system and displays the output of who:
Words: 464 - Pages: 2
Chapter 19 Exercises 1. What changes does FTP make to an ASCII file when you download it in ASCII mode to a Windows machine from a Linux server? What changes are made when you download the file to a Mac? a. FTP only makes changes necessary for compatibility with Unix vs. Windows line / carriage returns.It replaces new line with a return 2. What happens if you transfer an executable program file in ASCII mode? b. The file will be corrupted: Any bytes that match a NEWLINE will
Words: 1068 - Pages: 5
Linux Commands The following table is a list of linux commands found on a Redhat 9.0 server. To see a list of bash shell commands, go to the shell commands page. For those of you who are unsure how to use linux commands, see our Linux Commands Tutorial. Click on the command name or the to see a description of the command. Click on the to see the man page for that command. Command | Description | | | adduser | Add a new user | | | arch | Print machine architecture | | | awk
Words: 924 - Pages: 4
1. What is the utility that can be used to copy a file, including text and executable program (binary) files? cp 2. Which of the following Linux utilities lists the names of files in a single directory? ls 3. What command displays the last 10 lines of a file? -tail What command displays the first 10 lines of a file? -head 4. What is a Process? What Utility provides communication between processes where output of one process provide input for another? 1.) A process is the execution of
Words: 348 - Pages: 2
VI “Cheat” Sheet ACNS Bulletin ED–03 February 1995 vi Editor “Cheat Sheet” Invoking vi: Format of vi commands: vi filename [count][command] Command mode versus input mode Vi starts in command mode. The positioning commands operate only while vi is in command mode. You switch vi to input mode by entering any one of several vi input commands. (See next section.) Once in input mode, any character you type is taken to be text and is added to the file. You cannot execute any commands
Words: 794 - Pages: 4
Chapter 1 Exercise 1 Free software is software which is not charged for; as such you can share it with whoever you want, as many times as you want. You can also install it on as many of your home computers as you wish. Chapter 1 Exercise 4 GNU a group dedicated to creating an operating system compatible with the Unix software system. Linux is based off the original Unix operating software. Unix provided the kernel, while Linux provided the interface that people used in place of another operating
Words: 358 - Pages: 2
Domain Name System (DNS) is defined by the website www.wikipedia.org as a hierarchical distributed naming system for computers, services, or any resource connected to the internet or a private network. DNS translates to numerical internet protocol IP addresses. DNS structure consists of the root level, top level and second level. The top of the DNS hierarchy is called the root domain. This is simply the starting point of the top level domain structure on the Internet. The next level in the hierarchy
Words: 581 - Pages: 3
Josslynn Brown Linux NT1430 Chapter 1 1) Free software is software that gives you the user the freedom to share, study and modify it. We call this free software because the user is free. To use free software is to make a political and ethical choice asserting the right to learn, and share what we learn with others. The three main characteristics of free software are: The source code has to be distributed with the program, you cannot restrict people from redistributing/modifying/using the software
Words: 517 - Pages: 3
NT1430: Linux Networking Unit 4 Homework Assignment Chapter 14: 1. Which commands can you use from the command line to send a file to the default printer? a. lpoptions –d printer 2. Which command would you give to cancel all print jobs on the system? a. cancel job-id 3. Which commands list your outstanding print jobs? a. lpc status 4. What is the purpose of sharing a Linux printer using Samba? a. Sharing a Linux printer using Samba allows Windows and OS/2 clients to send print jobs to
Words: 284 - Pages: 2