Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 5

1.To make a header file which should appears whenever a file is created.

2.Find the files having '_Ishakha' in it at the end.


3.check if a particular application is installed or not.

4.how to copy or transfer files from server to pc using secure copy?

5.difference between du -sh and du -h

6.Read df command and it's options.

The df command (short for disk free), is used to display information related to file systems about total space and
available space.

-a, --all : includes pseudo, duplicate and inaccessible file systems.


-B, --block-size=SIZE : scales sizes by SIZE before printing them.
-h, --human-readable : print sizes in power of 1024
-H, --si: print sizes in power of 1000
-i, --inodes : list inode information instead of block usage
-l, --local : limit listing to local file systems
-P, --portability : use POSIX output format
--sync : invoke sync before getting usage info
--total : elide all entries insignificant to available space, and produce grand total
-t, --type=TYPE : limit listing to file systems of type TYPE
-T, --print-type : print file system type
7.want user wise detail in df -h , how to do it. want username instead of userid in df -h.

8.wall command and it's option.

wall command in Linux system is used to write a message to all users. This command displays a message, or
the contents of a file, or otherwise its standard input, on the terminals of all currently logged in users.

Syntax:
wall [-n] [-t timeout] [message | file]

wall -n: This option will suppress the banner.


wall -t: This option will abandon the write attempt to the terminals after timeout seconds. ThisRevised Linux
assignments and basic commands with it's options timeout needs to be a positive integer. The by default value is
300 seconds, which is a legacy from the time when peoples ran terminals over modem lines.
wall -V : This option display version information and exit.
wall -h : This option will display help message and exit.

9.want to display error message using wall on particular interval of time .

10.Do some research on bc command

If bc is invoked with the -l option, a math library is preloaded and the default scale is set to 20. The math
functions will calculate their results to the scale
set at the time of their call. The math library defines the following functions:

s (x) The sine of x, x is in radians.

c (x) The cosine of x, x is in radians.

a (x) The arctangent of x, arctangent returns radians.

l (x) The natural logarithm of x.

e (x) The exponential function of raising e to the value x.

j (n,x)
The Bessel function of integer order n of x.
11.history -n to see last n number of history
12.second row of output of ll command

Shows the total no of directories inside it plus current directory plus parent directory.

You might also like