1.

Solve : starting linux?

Answer»

i have created a directory with my first name sammy,standing @ my home directory and wants to CREATE a file with my second name adjiey into the directory with my first name.After MAKE a copy of the file with different name(naomi)........PLS someone shld help me do DIS plsWould this be homework by any chance?Based on my understanding, you have a directory under your home directory CALLED sammy, you wish to create a file called adjey with the content being 'Sammy', then make a copy of said file and call it naomi?

cd /home/username/sammy
echo 'Sammy' > adjiey
cp adjiey naomi



Discussion

No Comment Found