1 / 15

Potential Unix/Linux Questions

Potential Unix/Linux Questions. March 25, 2014 Dr. Bob Mathis. What D o Y ou Want?. We can’t do everything, but I’d like to address any issues you have. What’s happening in your current job or in the job you’re looking forward to?. What is the core of Linux Operating System ? Shell

carver
Télécharger la présentation

Potential Unix/Linux Questions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Potential Unix/Linux Questions March 25, 2014 Dr. Bob Mathis

  2. What Do You Want? • We can’t do everything, but I’d like to address any issues you have. • What’s happening in your current job or in the job you’re looking forward to?

  3. What is the core of Linux Operating System? • Shell • Kernel • Command • Script • Terminal (Kernel)

  4. What did Linus Torvalds create? • Fedora • Slackware • Debian • Gentoo • Linux (Linux)

  5. Linux was initially developed for Intel X86 architecture but has been ported to other hardware platforms. (Agree)

  6. Is it legal to edit the Linux kernel? (Yes, it ‘s under the General Public License)

  7. What is the basic difference between UNIX and Linux Operating System? (UNIX is not Free and Open Source Software, Linux is.)

  8. Choose the odd one out. • HP-UX • AIX • OSX • Slackware • Solaris (Slackware is a Linux version. The others are individually developed company UNIX variants.)

  9. Linux is which kind of operating system? • Multi User • Multi Tasking • Multi Process • All of the above • None of the above (All of the above.)

  10. The syntax of Linux commands is: • command [options] [arguments] • command options [arguments] • command [ options] arguments • command options arguments ( Command [options] [ arguments] )

  11. Chose the odd one out. • vi • vim • cd • nano (cd is not an editor, it’s for changing a directory.)

  12. What’s the difference between telnet and ssh? • Both are used to communicate and control remote systems • ssh encrypts transmissions, but telnet uses plain text so it is less secure.

  13. How do you copy a file using ssh? Secure CopY scp <text_file_to_copy> <your_username@remote_host: /path/to/remote_directory

  14. Is it possible to pass input to ssh from a local file? very much like local execution sshusername@servername < local_file.txt

More Related