Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Linux commands Create an alias called dir that executes command Is using an optionI Answer: Is-1./dir What is the output of the following commands: $

Linux commands image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Create an alias called dir that executes command Is using an optionI Answer: Is-1./dir What is the output of the following commands: $ rm tiedosto m: cannot remove 'tiedosto': No such file or directory $ echo $? Answer: How screen? can you display the value of the variable containing the location of your home directory on Answer: echo $PATH What is the output of the commands $ mdkir testiHakemisto $ cd testiHakemisto $ 1s $ mkdir testiHakemisto $ history2 44 mkdir testiHakemisto 45 history 2 $ cd testiHakemisto S history 1 Answer: history 1 How can you change the shell history size to 2000 lines? Answer: export HISTSIZE-2000 Using command find search for the all files ending in .conf from the /etc directory and its subdirectories. Answer: find /etc -type f-name "*.conf

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

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

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions