How to skip first line in linux

Run below command to skip first line

# sed -n '1!p'