subject

Create a directory named Apple1 Create a file named Apple2 in the Apple1 directory.
What command gives you a long listing of your filenames in the current directory, including permissions attached to each file.
What command would you use to change a file’s permissions to include read, write and execute permission for the owner of the file and read permission for the group only.
Create another file named Apple3 in the Apple1 directory
Rename the Apple3 file to Apple4.
Make a copy of the file Apple4 and name it Apple5.
Print the information regarding the current working directory
Print the current date on the screen.
Create a shell script named Apple6. The script should perform the following tasks
print the current working directory
display the current date on the screen
give a long listing of the files in the current directory
Run the script and display the output on the screen

You need to paste the commands, code and program output in a word document and submit it

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 23.06.2019 01:50
Create a class named majors that includes an enumeration for the six majors offered by a college as follows: acc, chem, cis, eng, his, phys. display the enumeration values for the user, then prompt the user to enter a major. display the college division in which the major falls. acc and cis are in the business division, chem and phys are in the science division, and eng and his are in the humanities division. save the file as majors.java.
Answers: 2
question
Computers and Technology, 23.06.2019 06:30
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
question
Computers and Technology, 23.06.2019 06:30
You are consulting for a beverage distributor who is interested in determining the benefits it could achieve from implementing new information systems. what will you advise as the first step?
Answers: 1
You know the right answer?
Create a directory named Apple1 Create a file named Apple2 in the Apple1 directory.
What comm...
Questions
question
Mathematics, 23.10.2020 02:01
Questions on the website: 13722363