Try replacing <cmd
> with 'ls
' or 'pwd
' to get the manual for that particular line. This can be incredibly helpful for beginners as you can see the full extent of the command you are using.
If there is no manpage
,
it is worth trying <program> -h
or <program> --help
, to see if there is any help available for this program.
ls -l
will present a list of the current directories.
pwd
or present working directory, is a good way to find where you are. This command will show you the directory that you are currently in.
cd
followed by a specific path is how you can change directories to navigate through Gadi.
mkdir
is used to create new paths in your home directory, think of this as creating a new folder on your personal computer.
cp
is used to copy files. This can be done with a command such as $ cp <path/to/target> <path/to/destination>
In this case you are copying a file and crating a new one in the destination. if the destination is a directory, the new file will be created inside it.
quota -s
shows the disk quota for the user like listed below. It lists the filesystem, space allocated, and the limit that you have in your NCI account. it will also show any grace within that quota.
lquota
will display the quota of the project that you are a part of, as shown below.