Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Linux / Unix: please help as much as you can. Thanks. (1) What do the following commands do? Explain in detail. a. cat # ie

Linux / Unix: please help as much as you can. Thanks.

(1) What do the following commands do? Explain in detail.

a. cat # ie when you type carriage return after typing cat b. chmod -R 700 $HOME

(2) Identify command options and arguments in the following

$ ls -a -r /tmp /usr . $ fold -80 /etc/passwd > /tmp/passwd $ uname -S amazon $ cat -A /tmp

(3) List name(s) of commands available in Unix system for the following

a. to create a directory structure project.d/project.d/project.d from your home directory without using

multiple commands. b. to list the first 20 lines in a file

(4) Explain what we do in the following set of commands.

$ pwd /home/john $ echo $HOME /home/john $ ln -s $HOME /tmp/$HOME.$$ <--- Explain this $ cd /usr/src/cmd/usr/src/cmd $ pwd /usr/src/cmd/usr/src/cmd $ cd ../../cmd/bin/usr/src <--- Explain this

(5) Using chmod write cmds for the following.

a. change the file perms to read and write by user and no other perms for others. b. Add perms to a file to be readable by other and group.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions

Question

define EFFECTIVE PARTICIPATION

Answered: 1 week ago