Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

HTML BASICS What is the longest filename you can use Try echo hello > a_very_long_name until something breaks, and then count the filename length. Your

HTML BASICS

What is the longest filename you can use Try echo hello > a_very_long_name until something breaks, and then count the filename length.

Your shell is probably bash. Use ps and kill -KILL to kill your shell. What happened? Hint: There might be more than one bash running. If so, you might need to kill them all.

Make me a file that is exactly one million bytes long. You can either type for a long time or be trickey. One hint 'ftruncate'. Show it to me.

What command would print all the file names in /usr/bin in REVERSE alphabetical order? (Hint: read the output of man ls or use the 'ls' and 'sort' commands.)

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

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

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions

Question

4. Explain the strengths and weaknesses of each approach.

Answered: 1 week ago