-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathman_1_simple_shell
More file actions
40 lines (40 loc) · 1.41 KB
/
man_1_simple_shell
File metadata and controls
40 lines (40 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\" Manpage for simple shell.
.\" Contact 4997@holbertonschool.com to correct errors or typos.
.TH man 8 "02 Aug 2022" "1.0" "Simple Shell man page"
.SH NAME
.B simple_shell
- Man For Simple Shell Project for Holberton School.
.SH SYNOPSIS
.B ./hsh
.SH DESCRIPTION
Simple shell is a final semester project which is basicly an interface between the user and the kernel,
it is a linux command lines interpreter as simple as this
.SH OPTIONS
Options are specific to and interpreted by the program that the command calls. By convention, options are separate arguments that follow the name of the comman
.SH COMMAND
cp: copy a file to another place.
rm: Delete files
sh, bash: Interpreters of commands.
ls: Shows the contents of a folder.
mkdir: Create a folder.
rmdir: Delete a folder
sleep: "Sleep" system during the seconds you indicate.
touch: create a file.
cat: Shows the contents of a file.
echo: shows the content of what you indicate.
kernelversion: shows the kernel version
chgrp: Change a file group.
kill: "Kill" a process.
pwd: Shows the path of the folder where we are.
chmod: Change the permissions of a file.
ln: Create a link between files or folders.
mv: Move a file.
chown: Change the user of a file.
.SH SEE ALSO
useradd(8), passwd(5), nuseradd.debian(8)
.SH BUGS
No known bugs.
.SH AUTHOR
Mahdi Bani < 5035@holbertonschool.com >
Mohamed Ali Krifa < 4997@holbertonschool.com >
Imen Mansouri < imen.mansouri@holbertonstudents.com >