Linux Homework Please show console output 1: Please create a script that prints “Hello, your name.”
Linux Homework Please show console output
1: Please create a script that prints “Hello, your name.”
2: Please create a directory call it yourname_bin, and add it to PATH. Then move the script “Hello, your name” to yourname_bin. Then run it from your root directory.
3: Add a new command called ‘a’ which will perform exact same as ‘ls -a’.
4: Create a function call it yournamesortFile, which will sort all filenames of current directory.
5: Please make your own page using shell script, print following as your page.
<html>
<head>
<title>
YourName System Information
</title>
</head>
<body>
<h1>YourNameSystem Information</h1>
</body>
</html>
6: Add one variable in the example, name the variable as greeting, which displays “Hello, my name is your name” in the body using variable greeting.
7: Add one variable in the example, name the variable as FILE_LIST, which displays the filenames of current working directory.
You must include the program and execution from you command line in the linux system.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images